Module: wine Branch: master Commit: 6798bc2c8e84d3647a8083e645308ccc291fac49 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6798bc2c8e84d3647a8083e645...
Author: André Hentschel nerv@dawncrow.de Date: Tue Oct 26 21:50:31 2010 +0200
include: Define PROCESSOR_ARCHITECTURE_IA32_ON_WIN64.
---
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 */