We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_WIN32_WINNT
1 parent 6737a34 commit 71349f0Copy full SHA for 71349f0
CMakeLists.txt
@@ -50,3 +50,7 @@ include_directories(primedev/thirdparty)
50
51
# Targets
52
add_subdirectory(primedev)
53
+# Forces Minizip to not use functions that are not available in Win 7 libraries.
54
+if(WIN32)
55
+ target_compile_definitions(minizip PUBLIC -D_WIN32_WINNT=0x0601)
56
+endif()
0 commit comments