http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc90dc6
)
include: Add new suite masks.
author
André Hentschel
<nerv@dawncrow.de>
Tue, 21 Dec 2010 16:58:21 +0000
(17:58 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 21 Dec 2010 18:47:49 +0000
(19:47 +0100)
include/winnt.h
patch
|
blob
|
blame
|
history
diff --git
a/include/winnt.h
b/include/winnt.h
index 380ad3fc52e63955ec73e90314be05338b576fd6..65dde7aaf27f0dbd50daafcbfd7d24d4cc2528a1 100644
(file)
--- 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