Skip to content

Commit

Permalink
Fix up change in Windows target version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Dec 19, 2018
1 parent 989571f commit 3c0ade9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions patches/mingw-w64/WIN32_WINNT.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
diff -rupN mingw-w64/mingw-w64-headers/crt/_mingw.h.in mingw-w64_wc/mingw-w64-headers/crt/_mingw.h.in
--- mingw-w64/mingw-w64-headers/crt/_mingw.h.in 2016-04-13 17:05:13.123831500 +0200
+++ mingw-w64_wc/mingw-w64-headers/crt/_mingw.h.in 2016-04-14 14:43:53.745313500 +0200
@@ -222,7 +222,7 @@ limitations in handling dllimport attrib
diff --git a/mingw-w64-headers/crt/_mingw.h.in b/mingw-w64-headers/crt/_mingw.h.in
index c6b9d760..55bdc612 100644
--- a/mingw-w64-headers/crt/_mingw.h.in
+++ b/mingw-w64-headers/crt/_mingw.h.in
@@ -229,7 +229,7 @@ limitations in handling dllimport attribute. */


#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x502
-#define _WIN32_WINNT @DEFAULT_WIN32_WINNT@
+#define _WIN32_WINNT 0x600
#endif

Expand Down

0 comments on commit 3c0ade9

Please sign in to comment.