aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/include/winnt.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-09-17 21:21:48 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-09-17 21:21:48 +0000
commite58d89280b3114f2fd31eb67771233d3ae0747ea (patch)
tree6eddca906e515a2a34284ff2eea04d18f711692d /winsup/w32api/include/winnt.h
parent4ddb62e794d16d519a604d96a50bb2525a9940b6 (diff)
downloadnewlib-e58d89280b3114f2fd31eb67771233d3ae0747ea.zip
newlib-e58d89280b3114f2fd31eb67771233d3ae0747ea.tar.gz
newlib-e58d89280b3114f2fd31eb67771233d3ae0747ea.tar.bz2
2002-09-17 Daniel Schlyder <daniel@dascdev.net>
* include/winnt.h (VER_SUITE_BLADE): Define.
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r--winsup/w32api/include/winnt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index 4337560..25ecd41 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -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))