w32api.h: define _WIN32_WINNT and _WIN32_IE for recent Windows versions

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5557 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
Rafaël Carré 2013-01-24 13:25:04 +00:00
parent 344eaba18e
commit c59cdbc2a6

View File

@ -36,6 +36,8 @@
#define WindowsXP 0x0501
#define Windows2003 0x0502
#define WindowsVista 0x0600
#define Windows7 0x0601
#define Windows8 0x0602
/* Use these values to set _WIN32_IE to your minimum support level */
#define IE3 0x0300
@ -53,5 +55,8 @@
#define IE601 0x0601
#define IE602 0x0603
#define IE7 0x0700
#define IE8 0x0800
#define IE9 0x0900
#define IE10 0x0A00
#endif /* ndef _W32API_H */