2002-09-17 Daniel Schlyder <daniel@dascdev.net>
* include/winnt.h (VER_SUITE_BLADE): Define.
This commit is contained in:
parent
4ddb62e794
commit
e58d89280b
@ -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>
|
2002-09-17 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/shlobj.h (SHGetSpecialFolderPath[AW]):
|
* include/shlobj.h (SHGetSpecialFolderPath[AW]):
|
||||||
|
@ -1126,6 +1126,7 @@ typedef DWORD FLONG;
|
|||||||
#define VER_SUITE_SMALLBUSINESS_RESTRICTED 32
|
#define VER_SUITE_SMALLBUSINESS_RESTRICTED 32
|
||||||
#define VER_SUITE_DATACENTER 128
|
#define VER_SUITE_DATACENTER 128
|
||||||
#define VER_SUITE_PERSONAL 512
|
#define VER_SUITE_PERSONAL 512
|
||||||
|
#define VER_SUITE_BLADE 1024
|
||||||
#define BTYPE(x) ((x)&N_BTMASK)
|
#define BTYPE(x) ((x)&N_BTMASK)
|
||||||
#define ISPTR(x) (((x)&N_TMASK)==(IMAGE_SYM_DTYPE_POINTER<<N_BTSHFT))
|
#define ISPTR(x) (((x)&N_TMASK)==(IMAGE_SYM_DTYPE_POINTER<<N_BTSHFT))
|
||||||
#define ISFCN(x) (((x)&N_TMASK)==(IMAGE_SYM_DTYPE_FUNCTION<<N_BTSHFT))
|
#define ISFCN(x) (((x)&N_TMASK)==(IMAGE_SYM_DTYPE_FUNCTION<<N_BTSHFT))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user