=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: include: Add IMAGE_REL_ARM64_BRANCH19.

Alexandre Julliard julliard at winehq.org
Mon Nov 12 16:26:54 CST 2018


Module: wine
Branch: master
Commit: 3aa8206b379f128944bb280d476609fa24017d38
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3aa8206b379f128944bb280d476609fa24017d38

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sat Nov 10 15:13:18 2018 +0100

include: Add IMAGE_REL_ARM64_BRANCH19.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winnt.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/winnt.h b/include/winnt.h
index b8a630e..9edd65e 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -3490,6 +3490,7 @@ typedef const IMAGE_DELAYLOAD_DESCRIPTOR *PCIMAGE_DELAYLOAD_DESCRIPTOR;
 #define IMAGE_REL_ARM64_TOKEN           0x000C
 #define IMAGE_REL_ARM64_SECTION         0x000D
 #define IMAGE_REL_ARM64_ADDR64          0x000E
+#define IMAGE_REL_ARM64_BRANCH19        0x000F
 
 /* IA64 relocation types */
 #define IMAGE_REL_IA64_ABSOLUTE		0x0000




More information about the wine-cvs mailing list