2002-09-17 Daniel Schlyder <daniel@dascdev.net>

* include/winnt.h (VER_SUITE_BLADE): Define.
This commit is contained in:
Danny Smith 2002-09-17 21:21:48 +00:00
parent 4ddb62e794
commit e58d89280b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-09-17 Daniel Schlyder <daniel@dascdev.net>
* include/winnt.h (VER_SUITE_BLADE): Define.
2002-09-17 Danny Smith <dannysmith@users.sourceforge.net>
* include/shlobj.h (SHGetSpecialFolderPath[AW]):

View File

@ -1126,6 +1126,7 @@ typedef DWORD FLONG;
#define VER_SUITE_SMALLBUSINESS_RESTRICTED 32
#define VER_SUITE_DATACENTER 128
#define VER_SUITE_PERSONAL 512
#define VER_SUITE_BLADE 1024
#define BTYPE(x) ((x)&N_BTMASK)
#define ISPTR(x) (((x)&N_TMASK)==(IMAGE_SYM_DTYPE_POINTER<<N_BTSHFT))
#define ISFCN(x) (((x)&N_TMASK)==(IMAGE_SYM_DTYPE_FUNCTION<<N_BTSHFT))