summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--external/curl/curl-7.26.0_win-proxy.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/curl/curl-7.26.0_win-proxy.patch b/external/curl/curl-7.26.0_win-proxy.patch
index 580479ae4aa2..7aea9c020e5a 100644
--- a/external/curl/curl-7.26.0_win-proxy.patch
+++ b/external/curl/curl-7.26.0_win-proxy.patch
@@ -27,7 +27,7 @@
}
+#ifdef WIN32
-+static char* wstrToCstr( LPWSTR wStr )
++static char* wstrToCstr(LPWSTR wStr)
+{
+ int bufSize;
+ char* out = NULL;