Skip to content

Commit

Permalink
try curl patch 12217
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 27, 2023
1 parent 19ef255 commit 690967f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions curl.dev.patch
16 changes: 16 additions & 0 deletions curl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index ba14972e2..4ee0aa0a3 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -28,6 +28,11 @@
#define CURL_NO_OLDIES
#endif

+/* Set default _WIN32_WINNT */
+#ifdef __MINGW32__
+#include <_mingw.h>
+#endif
+
/*
* Disable Visual Studio warnings:
* 4127 "conditional expression is constant"
1 change: 1 addition & 0 deletions curl.test.patch

0 comments on commit 690967f

Please sign in to comment.