This commit is contained in:
Daan Leijen 2024-12-24 17:22:58 -08:00
parent 7085b6cec3
commit 095f848ae8

View File

@ -412,7 +412,7 @@ if (MSVC AND MSVC_VERSION GREATER_EQUAL 1914)
endif()
if(MINGW)
add_definitions(-D_WIN32_WINNT=0x600)
add_definitions(-D_WIN32_WINNT=0x601) # issue #976
endif()
if(MI_OPT_ARCH_FLAGS)