Common: Bump _WIN32_WINNT

pull/3001/head
Stenzek 2 years ago
parent f6c8a850ae
commit afed8297c9

@ -10,11 +10,11 @@
#define NOMINMAX 1 #define NOMINMAX 1
#endif #endif
// require vista+ // require Win10+
#ifdef _WIN32_WINNT #ifdef _WIN32_WINNT
#undef _WIN32_WINNT #undef _WIN32_WINNT
#endif #endif
#define _WIN32_WINNT _WIN32_WINNT_VISTA #define _WIN32_WINNT _WIN32_WINNT_WIN10
#include <windows.h> #include <windows.h>

Loading…
Cancel
Save