mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-25 23:49:09 +00:00
Fix ef826a048a
: [MinGW] "_WIN32_WINNT_WIN7" is not defined (#13354)
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
/* Minimum supported version is Windows 7. */
|
/* Minimum supported version is Windows 7. */
|
||||||
# define NTDDI_VERSION NTDDI_WIN7
|
# define NTDDI_VERSION NTDDI_WIN7
|
||||||
# define _WIN32_WINNT _WIN32_WINNT_WIN7
|
# define _WIN32_WINNT 0x0601 // _WIN32_WINNT_WIN7
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
Reference in New Issue
Block a user