[Win32] Fix for USE_WATT32

My Watt-32 tcp/ip stack works on Windows but it does not have `WSAIoctl()`
This commit is contained in:
Gisle Vanem 2021-06-04 12:16:57 +02:00 committed by Gisle Vanem
parent d8dcb399b8
commit 1838925aac

View File

@ -923,7 +923,7 @@ CURLcode Curl_done_sending(struct Curl_easy *data,
return CURLE_OK;
}
#if defined(WIN32) && !defined(USE_LWIPSOCK)
#if defined(WIN32) && defined(USE_WINSOCK)
#ifndef SIO_IDEAL_SEND_BACKLOG_QUERY
#define SIO_IDEAL_SEND_BACKLOG_QUERY 0x4004747B
#endif