mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 00:05:42 -04: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…
x
Reference in New Issue
Block a user