mirror of
https://github.com/curl/curl.git
synced 2026-06-16 01:55:40 +03:00
LWIP: don't consider HAVE_ERRNO_H to be winsock
The check for Winsock definition was a bit too broad Bug: http://curl.haxx.se/mail/lib-2012-03/0046.html
This commit is contained in:
parent
4ee2df4b46
commit
c55a0809bb
1 changed files with 0 additions and 1 deletions
|
|
@ -623,7 +623,6 @@ int netware_init(void);
|
|||
#if defined(__LWIP_OPT_H__)
|
||||
# if defined(SOCKET) || \
|
||||
defined(USE_WINSOCK) || \
|
||||
defined(HAVE_ERRNO_H) || \
|
||||
defined(HAVE_WINSOCK_H) || \
|
||||
defined(HAVE_WINSOCK2_H) || \
|
||||
defined(HAVE_WS2TCPIP_H)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue