Module: wine Branch: master Commit: fd018289035554a8a87f5335a6c571c2706b24fd URL: http://source.winehq.org/git/wine.git/?a=commit;h=fd018289035554a8a87f5335a6...
Author: André Hentschel nerv@dawncrow.de Date: Sun Nov 10 22:46:17 2013 +0100
include: Add more ARM processor feature flags.
---
include/winnt.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/winnt.h b/include/winnt.h index 13b35bd..f1751a5 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -649,6 +649,7 @@ typedef DWORD FLONG; #define PROCESSOR_ARCHITECTURE_MSIL 8 #define PROCESSOR_ARCHITECTURE_AMD64 9 #define PROCESSOR_ARCHITECTURE_IA32_ON_WIN64 10 +#define PROCESSOR_ARCHITECTURE_NEUTRAL 11 #define PROCESSOR_ARCHITECTURE_UNKNOWN 0xFFFF
/* dwProcessorType */ @@ -865,6 +866,11 @@ typedef enum _HEAP_INFORMATION_CLASS { #define PF_SECOND_LEVEL_ADDRESS_TRANSLATION 20 #define PF_VIRT_FIRMWARE_ENABLED 21 #define PF_RDWRFSGSBASE_AVAILABLE 22 +#define PF_FASTFAIL_AVAILABLE 23 +#define PF_ARM_DIVIDE_INSTRUCTION_AVAILABLE 24 +#define PF_ARM_64BIT_LOADSTORE_ATOMIC 25 +#define PF_ARM_EXTERNAL_CACHE_AVAILABLE 26 +#define PF_ARM_FMAC_INSTRUCTIONS_AVAILABLE 27
/* Execution state flags */