diff options
Diffstat (limited to 'external/curl')
-rw-r--r-- | external/curl/curl-7.26.0_win-proxy.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/curl/curl-7.26.0_win-proxy.patch b/external/curl/curl-7.26.0_win-proxy.patch index 5361433a917b..852881570e36 100644 --- a/external/curl/curl-7.26.0_win-proxy.patch +++ b/external/curl/curl-7.26.0_win-proxy.patch @@ -107,7 +107,7 @@ + GlobalFree(ieProxyConfig->lpszProxyBypass); + } + free(no_proxy); -+#else /* !WIN32 */ ++#else /* !_WIN32 */ char proxy_env[128]; const char *protop = conn->handler->scheme; char *envp = proxy_env; @@ -115,7 +115,7 @@ } if(proxy) infof(conn->data, "Uses proxy env variable %s == '%s'\n", envp, proxy); -+#endif /* WIN32 */ ++#endif /* _WIN32 */ return proxy; } |