include: Add new Suitemasks

André Hentschel nerv at dawncrow.de
Tue Dec 21 10:58:21 CST 2010


---
 include/winnt.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index 380ad3f..65215e4 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -5414,6 +5414,8 @@ NTSYSAPI ULONGLONG WINAPI VerSetConditionMask(ULONGLONG,DWORD,BYTE);
 #define	VER_SUITE_SINGLEUSERTS			0x00000100
 #define	VER_SUITE_PERSONAL			0x00000200
 #define	VER_SUITE_BLADE				0x00000400
+#define	VER_SUITE_EMBEDDED_RESTRICTED		0x00000800
+#define	VER_SUITE_SECURITY_APPLIANCE		0x00001000
 
 #define	VER_EQUAL				1
 #define	VER_GREATER				2
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list