Merge branch 'dev' into dev3

This commit is contained in:
Daan 2025-03-06 19:21:51 -08:00
commit 8951b42bff
3 changed files with 13 additions and 4 deletions

View file

@ -469,7 +469,7 @@ if (MSVC AND MSVC_VERSION GREATER_EQUAL 1914) # vs2017+
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)