mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
2006-11-13 Daniel Schlyder <thrug@users.sourceforge.net>
* include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS, VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define. * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
This commit is contained in:
parent
2d579e01f4
commit
96da86f7e8
@ -1,3 +1,10 @@
|
||||
2006-11-13 Daniel Schlyder <thrug@users.sourceforge.net>
|
||||
|
||||
* include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
|
||||
VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
|
||||
|
||||
* include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
|
||||
|
||||
2006-11-02 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
|
||||
|
@ -1669,9 +1669,13 @@ typedef DWORD FLONG;
|
||||
#define VER_SUITE_BACKOFFICE 4
|
||||
#define VER_SUITE_TERMINAL 16
|
||||
#define VER_SUITE_SMALLBUSINESS_RESTRICTED 32
|
||||
#define VER_SUITE_EMBEDDEDNT 64
|
||||
#define VER_SUITE_DATACENTER 128
|
||||
#define VER_SUITE_SINGLEUSERTS 256
|
||||
#define VER_SUITE_PERSONAL 512
|
||||
#define VER_SUITE_BLADE 1024
|
||||
#define VER_SUITE_STORAGE_SERVER 8192
|
||||
#define VER_SUITE_COMPUTE_SERVER 16384
|
||||
#define WT_EXECUTEDEFAULT 0x00000000
|
||||
#define WT_EXECUTEINIOTHREAD 0x00000001
|
||||
#define WT_EXECUTEINWAITTHREAD 0x00000004
|
||||
|
@ -961,6 +961,8 @@ extern "C" {
|
||||
#define SM_CYFOCUSBORDER 84
|
||||
#define SM_TABLETPC 86
|
||||
#define SM_MEDIACENTER 87
|
||||
#define SM_STARTER 88
|
||||
#define SM_SERVERR2 89
|
||||
#if (_WIN32_WINNT < 0x0400)
|
||||
#define SM_CMETRICS 76
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user