summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/w32api.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-11-07 16:52:48 +0000
committerChristopher Faylor <me@cgf.cx>2012-11-07 16:52:48 +0000
commit61746d6ae850aa6a89b0c0b00c609011c6d0ade9 (patch)
tree95552490c8ee6f3bf8b0f2d37e61bbc9dafe7a7b /winsup/w32api/include/w32api.h
parent2ca28ea2dc0c397b9a11072e121e1c5b6f87650b (diff)
downloadcygnal-61746d6ae850aa6a89b0c0b00c609011c6d0ade9.tar.gz
cygnal-61746d6ae850aa6a89b0c0b00c609011c6d0ade9.tar.bz2
cygnal-61746d6ae850aa6a89b0c0b00c609011c6d0ade9.zip
* mingw: Delete obsolete directory.
* w32api: Ditto.
Diffstat (limited to 'winsup/w32api/include/w32api.h')
-rw-r--r--winsup/w32api/include/w32api.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h
deleted file mode 100644
index 5bb8c9e0e..000000000
--- a/winsup/w32api/include/w32api.h
+++ /dev/null
@@ -1,52 +0,0 @@
-#ifndef _W32API_H
-#define _W32API_H
-#define _W32API_H_
-#if __GNUC__ >=3
-#pragma GCC system_header
-#endif
-
-#define __W32API_VERSION 3.17
-#define __W32API_MAJOR_VERSION 3
-#define __W32API_MINOR_VERSION 17
-
-/* The following defines are for documentation purposes. The following defines
- * identify the versions of Windows and Internet Explorer. They are not to be
- * used in the w32api library but may be used by a user to set the _WIN32_WINNT
- * or _WIN32_WINDOWS and the WINVER values to their minimum level of support.
- *
- * Similarly the user can use the Internet Explorer values to set the _WIN32_IE
- * value to their minimum level of support.
- */
-
-/* Use these values to set _WIN32_WINDOWS and WINVER to your minimum support
- * level */
-#define Windows95 0x0400
-#define Windows98 0x0410
-#define WindowsME 0x0500
-
-/* Use these values to set _WIN32_WINNT and WINVER to your mimimum support
- * level. */
-#define WindowsNT4 0x0400
-#define Windows2000 0x0500
-#define WindowsXP 0x0501
-#define Windows2003 0x0502
-#define WindowsVista 0x0600
-
-/* Use these values to set _WIN32_IE to your minimum support level */
-#define IE3 0x0300
-#define IE301 0x0300
-#define IE302 0x0300
-#define IE4 0x0400
-#define IE401 0x0401
-#define IE5 0x0500
-#define IE5a 0x0500
-#define IE5b 0x0500
-#define IE501 0x0501
-#define IE55 0x0501
-#define IE56 0x0560
-#define IE6 0x0600
-#define IE601 0x0601
-#define IE602 0x0603
-#define IE7 0x0700
-
-#endif /* ndef _W32API_H */