diff options
Diffstat (limited to 'external/curl/curl-msvc-disable-protocols.patch.1')
-rw-r--r-- | external/curl/curl-msvc-disable-protocols.patch.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/curl/curl-msvc-disable-protocols.patch.1 b/external/curl/curl-msvc-disable-protocols.patch.1 index 71ff0c01a028..905a2d6a7ac3 100644 --- a/external/curl/curl-msvc-disable-protocols.patch.1 +++ b/external/curl/curl-msvc-disable-protocols.patch.1 @@ -8,7 +8,7 @@ disable protocols nobody needs in MSVC build +#define CURL_DISABLE_DICT 1 +#define CURL_DISABLE_FILE 1 -+#undef CURL_DISABLE_FTP ++#define CURL_DISABLE_FTP 1 +#define CURL_DISABLE_GOPHER 1 +#undef CURL_DISABLE_HTTP +#define CURL_DISABLE_IMAP 1 |