[PATCH 2/2] include: Add more PROCESSOR_ARCHITECTURE defines

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


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

diff --git a/include/winnt.h b/include/winnt.h
index 9edd65ed3a..6b5b66002a 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -653,6 +653,8 @@ typedef DWORD FLONG;
 #define PROCESSOR_ARCHITECTURE_IA32_ON_WIN64    10
 #define PROCESSOR_ARCHITECTURE_NEUTRAL          11
 #define PROCESSOR_ARCHITECTURE_ARM64            12
+#define PROCESSOR_ARCHITECTURE_ARM32_ON_WIN64   13
+#define PROCESSOR_ARCHITECTURE_IA32_ON_ARM64    14
 #define PROCESSOR_ARCHITECTURE_UNKNOWN	0xFFFF
 
 /* dwProcessorType */
-- 
2.17.1




More information about the wine-devel mailing list