winsup.h: Claim Windows 10 support

* winsup.h (_WIN32_WINNT): Set to 0x0a00 for Windows 10.
        (WINVER): Ditto.  Remove outdated comment.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2015-08-25 22:23:01 +02:00
parent 4b104ce070
commit 7f3efa3b65
3 changed files with 11 additions and 4 deletions

View File

@@ -19,10 +19,8 @@ details. */
#define EXPORT_ALIAS(sym,symalias) extern "C" __typeof (sym) symalias __attribute__ ((alias(#sym)));
/* Fun, fun, fun. On Mingw64, WINVER is set according to the value of
_WIN32_WINNT, on Mingw32 it's exactly the opposite... */
#define _WIN32_WINNT 0x0602
#define WINVER 0x0602
#define _WIN32_WINNT 0x0a00
#define WINVER 0x0a00
#define _NO_W32_PSEUDO_MODIFIERS