PATCH: PF_NX_ENABLED

Marcus Meissner marcus at jet.franken.de
Mon Jun 20 01:22:20 CDT 2005


Hi,

from MSDN ... (I will add a check once I get access to such a system ;)

Ciao, Marcus

Changelog:
	Added PF_NX_ENABLED definition.

Index: include/winnt.h
===================================================================
RCS file: /home/wine/wine/include/winnt.h,v
retrieving revision 1.211
diff -u -r1.211 winnt.h
--- include/winnt.h	16 Jun 2005 09:45:36 -0000	1.211
+++ include/winnt.h	20 Jun 2005 06:20:02 -0000
@@ -579,6 +579,7 @@
 #define PF_RDTSC_INSTRUCTION_AVAILABLE		8
 #define PF_PAE_ENABLED				9
 #define PF_XMMI64_INSTRUCTIONS_AVAILABLE	10
+#define PF_NX_ENABLED				12
 
 
 /* Execution state flags */
-- 



More information about the wine-patches mailing list