diff options
author | Earnie Boyd <earnie@users.sf.net> | 2003-09-05 19:41:22 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2003-09-05 19:41:22 +0000 |
commit | 661cc22065b99aa12a64ec34002b15754958967e (patch) | |
tree | f230cdd4609d9c64e6c962306440bbc145887b8d /winsup/w32api/include/w32api.h | |
parent | f1b1505827a0cb3ec1512e309d43bffc85680418 (diff) | |
download | cygnal-661cc22065b99aa12a64ec34002b15754958967e.tar.gz cygnal-661cc22065b99aa12a64ec34002b15754958967e.tar.bz2 cygnal-661cc22065b99aa12a64ec34002b15754958967e.zip |
* include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
* include/winbase.h (_NT5, etc): Ditto.
Diffstat (limited to 'winsup/w32api/include/w32api.h')
-rw-r--r-- | winsup/w32api/include/w32api.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h index 90edfd98d..d509c1890 100644 --- a/winsup/w32api/include/w32api.h +++ b/winsup/w32api/include/w32api.h @@ -8,17 +8,4 @@ #define __W32API_MAJOR_VERSION 2 #define __W32API_MINOR_VERSION 4 -#define _NT4 0x0400 -#define _W98 0x0410 -#define _WME 0x0490 -#define _NT5 0x0500 -#define _W2000 0x0500 -#define _WXP 0x0501 -#define _W2003 0x502 - -#define _IE3 0x0300 -#define _IE4 0x0401 -#define _IE5 0x0501 -#define _IE6 0x0600 - #endif /* ndef _W32API_H_ */ |