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:
Danny Smith
2006-11-13 02:11:45 +00:00
parent 2d579e01f4
commit 96da86f7e8
3 changed files with 13 additions and 0 deletions

View File

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