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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user