From a090f9ea4fb23f36472bafbd2bb5b3d8e9a7be33 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 6 Nov 2019 00:08:26 -0800 Subject: [PATCH] Temporarily turn off the definition of _WIN32_WINNT as 0x0600. Check whether that reproduces GitHub issue #877, to see if that definition fixes it. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index beafd911a0..c4ee9a9b99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,9 +148,9 @@ endif(MSVC) # a newer version of the C library, i.e. Visual Studio 2015 or # later, as it depends on C99 features introduced in VS 2015. # -if(MINGW) - add_definitions(-D_WIN32_WINNT=0x0600) -endif(MINGW) +#if(MINGW) +# add_definitions(-D_WIN32_WINNT=0x0600) +#endif(MINGW) # # Build all runtimes in the top-level binary directory; that way,