André Hentschel : include: Define PROCESSOR_OPTIL ( MSIL).

Alexandre Julliard julliard at winehq.org
Thu Nov 4 12:52:49 CDT 2010


Module: wine
Branch: master
Commit: 0e524aaaeaa0b1c38505c0de243992cd795f1b82
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0e524aaaeaa0b1c38505c0de243992cd795f1b82

Author: André Hentschel <nerv at 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




More information about the wine-cvs mailing list