From 3c0ade96f444a38c2791fd2e44e20320198f80bd Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Wed, 19 Dec 2018 00:38:26 +0000 Subject: [PATCH] Fix up change in Windows target version --- patches/mingw-w64/WIN32_WINNT.patch | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/patches/mingw-w64/WIN32_WINNT.patch b/patches/mingw-w64/WIN32_WINNT.patch index 1b1065f04..b23e4d40b 100644 --- a/patches/mingw-w64/WIN32_WINNT.patch +++ b/patches/mingw-w64/WIN32_WINNT.patch @@ -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