Skip to content

Commit

Permalink
fix issue #976
Browse files Browse the repository at this point in the history
  • Loading branch information
daanx committed Dec 25, 2024
1 parent 7085b6c commit 095f848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 095f848

Please sign in to comment.