mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Core: Win10 config adjustments
git-svn-id: svn://ultimatepp.org/upp/trunk@14835 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
832e4ec95f
commit
82b1c65236
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue