include: define PROCESSOR_ARCHITECTURE_IA32_ON_WIN64

André Hentschel nerv at dawncrow.de
Tue Oct 26 14:50:31 CDT 2010


for completeness, couldnt find out where its used
---
 include/winnt.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index a56e4ad..3c38acc 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -524,6 +524,7 @@ typedef DWORD FLONG;
 #define PROCESSOR_ARCHITECTURE_ALPHA64  7
 #define PROCESSOR_ARCHITECTURE_MSIL     8
 #define PROCESSOR_ARCHITECTURE_AMD64    9
+#define PROCESSOR_ARCHITECTURE_IA32_ON_WIN64    10
 #define PROCESSOR_ARCHITECTURE_UNKNOWN	0xFFFF
 
 /* Wine extension */
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list