Module: wine Branch: master Commit: 0e524aaaeaa0b1c38505c0de243992cd795f1b82 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0e524aaaeaa0b1c38505c0de24...
Author: André Hentschel nerv@dawncrow.de Date: Wed Nov 3 18:40:43 2010 +0100
include: Define PROCESSOR_OPTIL (MSIL).
---
include/winnt.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/winnt.h b/include/winnt.h index 04f6dfd..e6f9b3c 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -556,6 +556,7 @@ typedef DWORD FLONG; #define PROCESSOR_ARM820 2080 /* 0x820 */ #define PROCESSOR_ARM920 2336 /* 0x920 */ #define PROCESSOR_ARM_7TDMI 70001 +#define PROCESSOR_OPTIL 18767
#ifdef _WIN64 #define MAXIMUM_PROCESSORS 64