mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 14:09:31 +03:00
revert back to _WIN32_WINNT=x0600 as we dynamically check for GetPhysicalInstalledMemory now (issue #976)
This commit is contained in:
parent
8f40bed086
commit
7d6304347e
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ if (MSVC AND MSVC_VERSION GREATER_EQUAL 1914)
|
|||
endif()
|
||||
|
||||
if(MINGW)
|
||||
add_definitions(-D_WIN32_WINNT=0x601) # issue #976
|
||||
add_definitions(-D_WIN32_WINNT=0x600) # issue #976
|
||||
endif()
|
||||
|
||||
if(MI_OPT_ARCH_FLAGS)
|
||||
|
|
Loading…
Add table
Reference in a new issue