From 4b6b2768d32d83feb7a74289b3130b43538232c0 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 20 Jun 2005 10:32:31 +0000 Subject: [PATCH] Added PF_NX_ENABLED definition. --- include/winnt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winnt.h b/include/winnt.h index 75b229e446b..3b9cc8b9ed3 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -579,6 +579,7 @@ typedef struct _SINGLE_LIST_ENTRY { #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 */ -- 2.11.4.GIT