mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:03:32 +03:00
lib: remove HAVE_WINSOCK_H usage
WinSock v1 is not supported anymore. Exclusively use `HAVE_WINSOCK2_H` instead. Closes https://github.com/curl/curl/pull/7795
This commit is contained in:
parent
f53b89314d
commit
0259e8c35f
3 changed files with 3 additions and 12 deletions
|
|
@ -717,7 +717,6 @@ int netware_init(void);
|
|||
#if defined(__LWIP_OPT_H__) || defined(LWIP_HDR_OPT_H)
|
||||
# if defined(SOCKET) || \
|
||||
defined(USE_WINSOCK) || \
|
||||
defined(HAVE_WINSOCK_H) || \
|
||||
defined(HAVE_WINSOCK2_H) || \
|
||||
defined(HAVE_WS2TCPIP_H)
|
||||
# error "WinSock and lwIP TCP/IP stack definitions shall not coexist!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue