From 2680548086c6dd29aaebc27999d883dc0a0820b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Sat, 4 Jun 2011 18:41:04 +0200 Subject: [PATCH] include: Add PF_XSAVE_ENABLED. --- include/winnt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winnt.h b/include/winnt.h index b4aa5a071a1..11f1ea241d7 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -777,6 +777,7 @@ typedef enum _HEAP_INFORMATION_CLASS { #define PF_COMPARE_EXCHANGE128 14 #define PF_COMPARE64_EXCHANGE128 15 #define PF_CHANNELS_ENABLED 16 +#define PF_XSAVE_ENABLED 17 /* Execution state flags */