include: Add new suite masks.

This commit is contained in:
André Hentschel 2010-12-21 17:58:21 +01:00 committed by Alexandre Julliard
parent cc90dc6f3b
commit d4b26c308e
1 changed files with 5 additions and 0 deletions

View File

@ -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