Module: wine Branch: master Commit: d4b26c308e6fe0e60e2349dbea8c51d3958571b1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d4b26c308e6fe0e60e2349dbea...
Author: André Hentschel nerv@dawncrow.de Date: Tue Dec 21 17:58:21 2010 +0100
include: Add new suite masks.
---
include/winnt.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/winnt.h b/include/winnt.h index 380ad3f..65dde7a 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -5414,6 +5414,11 @@ 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_SUITE_STORAGE_SERVER 0x00002000 +#define VER_SUITE_COMPUTE_SERVER 0x00004000 +#define VER_SUITE_WH_SERVER 0x00008000
#define VER_EQUAL 1 #define VER_GREATER 2