Core: Win10 config adjustments

git-svn-id: svn://ultimatepp.org/upp/trunk@14835 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-08-19 07:16:39 +00:00
parent 832e4ec95f
commit 82b1c65236

View file

@ -23,8 +23,11 @@
#define PLATFORM_WIN32 1
#undef WINVER
#undef _WIN32_WINNT
#ifdef flagWIN10
#define _WIN32_WINNT 0x0A00
#define _WIN32_WINNT _WIN32_WINNT_WIN10
#undef NTDDI_VERSION
#define NTDDI_VERSION NTDDI_WIN10_19H1
#else
#define _WIN32_WINNT 0x0501
#endif