[PATCH 1/2] include: Add IMAGE_REL_ARM64_BRANCH19

André Hentschel nerv at dawncrow.de
Sat Nov 10 08:13:18 CST 2018


Signed-off-by: Andr� Hentschel <nerv at dawncrow.de>
---
 include/winnt.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/winnt.h b/include/winnt.h
index b8a630e6d3..9edd65ed3a 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
-- 
2.17.1





More information about the wine-devel mailing list