CVS: winex/include winnt.h,1.30,1.31
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include winnt.h,1.30,1.31Update of /var/lib/cvsd/cvsroot/winex/include In directory agravaine:/tmp/cvs-serv31367/include Modified Files: winnt.h Log Message: Implement GetSystemInfo() and IsProcessorFeaturePresent() on MacOS X. Index: winnt.h =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/include/winnt.h,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- winnt.h 30 Mar 2007 15:06:16 -0000 1.30 +++ winnt.h 30 Mar 2007 15:56:41 -0000 1.31 @@ -543,6 +543,12 @@ #define PF_XMMI_INSTRUCTIONS_AVAILABLE 6 #define PF_AMD3D_INSTRUCTIONS_AVAILABLE 7 #define PF_RDTSC_INSTRUCTION_AVAILABLE 8 +#define PF_PAE_ENABLED 9 +#define PF_XMMI64_INSTRUCTIONS_AVAILABLE 10 +#define PF_NX_ENABLED 12 +#define PF_SSE3_INSTRUCTIONS_AVAILABLE 13 +#define PF_COMPARE_EXCHANGE128 14 +#define PF_COMPARE64_EXCHANGE128 15 /* Execution state flags */