Module: wine Branch: master Commit: 2febd18e2806ffc9914a58807c45bfbdfefce73a URL: https://source.winehq.org/git/wine.git/?a=commit;h=2febd18e2806ffc9914a58807...
Author: André Hentschel nerv@dawncrow.de Date: Sat Nov 10 15:13:28 2018 +0100
include: Add more PROCESSOR_ARCHITECTURE defines.
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/winnt.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/winnt.h b/include/winnt.h index 9edd65e..6b5b660 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 */