[5/5] include: Add more ARM processor feature flags

André Hentschel nerv at dawncrow.de
Sun Nov 10 15:46:17 CST 2013


---
 include/winnt.h | 6 ++++++
 1 file changed, 6 insertions(+)

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 */
-- 
1.8.1.2




More information about the wine-patches mailing list