mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 05:45:38 +00:00
Common: Bump _WIN32_WINNT
This commit is contained in:
parent
f6c8a850ae
commit
afed8297c9
|
@ -10,11 +10,11 @@
|
|||
#define NOMINMAX 1
|
||||
#endif
|
||||
|
||||
// require vista+
|
||||
// require Win10+
|
||||
#ifdef _WIN32_WINNT
|
||||
#undef _WIN32_WINNT
|
||||
#endif
|
||||
#define _WIN32_WINNT _WIN32_WINNT_VISTA
|
||||
#define _WIN32_WINNT _WIN32_WINNT_WIN10
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue