aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/curl/include
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-04-10 22:05:11 +0300
committerthegeorg <thegeorg@yandex-team.ru>2022-04-10 22:05:11 +0300
commit8510e25e71604176463c7076033a4350c1226215 (patch)
treeb794f9c277f28034dbfdf3f6f55833ef1cb0adba /contrib/libs/curl/include
parent54da1f42e3ac3cc41c3b1102d009e3d25d95ceb0 (diff)
downloadydb-8510e25e71604176463c7076033a4350c1226215.tar.gz
Remove unnecessary patches from curl
ref:779335552bd6c48b3d9a1c3928b50bd17418d7e2
Diffstat (limited to 'contrib/libs/curl/include')
-rw-r--r--contrib/libs/curl/include/curl/curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/curl/include/curl/curl.h b/contrib/libs/curl/include/curl/curl.h
index 8bd8982c43..521c254e77 100644
--- a/contrib/libs/curl/include/curl/curl.h
+++ b/contrib/libs/curl/include/curl/curl.h
@@ -59,7 +59,7 @@
#include <time.h>
#if defined(CURL_WIN32) && !defined(_WIN32_WCE) && !defined(__CYGWIN__)
-#if !(defined(_WINSOCK_H) || \
+#if !(defined(_WINSOCKAPI_) || defined(_WINSOCK_H) || \
defined(__LWIP_OPT_H__) || defined(LWIP_HDR_OPT_H))
/* The check above prevents the winsock2 inclusion if winsock.h already was
included, since they can't co-exist without problems */