mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
added _WIN32_WINNT as required by mingw threads
This commit is contained in:
parent
756f4b3cd9
commit
4fd196c6d8
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
#define ISWINDOWS 1
|
#define ISWINDOWS 1
|
||||||
|
#define _WIN32_WINNT 0x0501
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// OS settings
|
// OS settings
|
||||||
|
Loading…
Reference in New Issue
Block a user