Skip to content

Commit 095f848

Browse files
committed
fix issue #976
1 parent 7085b6c commit 095f848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ if (MSVC AND MSVC_VERSION GREATER_EQUAL 1914)
412412
endif()
413413

414414
if(MINGW)
415-
add_definitions(-D_WIN32_WINNT=0x600)
415+
add_definitions(-D_WIN32_WINNT=0x601) # issue #976
416416
endif()
417417

418418
if(MI_OPT_ARCH_FLAGS)

0 commit comments

Comments
 (0)