mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
[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:
parent
d8dcb399b8
commit
1838925aac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user