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:
@@ -623,7 +623,6 @@ int netware_init(void);
|
|||||||
#if defined(__LWIP_OPT_H__)
|
#if defined(__LWIP_OPT_H__)
|
||||||
# if defined(SOCKET) || \
|
# if defined(SOCKET) || \
|
||||||
defined(USE_WINSOCK) || \
|
defined(USE_WINSOCK) || \
|
||||||
defined(HAVE_ERRNO_H) || \
|
|
||||||
defined(HAVE_WINSOCK_H) || \
|
defined(HAVE_WINSOCK_H) || \
|
||||||
defined(HAVE_WINSOCK2_H) || \
|
defined(HAVE_WINSOCK2_H) || \
|
||||||
defined(HAVE_WS2TCPIP_H)
|
defined(HAVE_WS2TCPIP_H)
|
||||||
|
|||||||
Reference in New Issue
Block a user