Commit 3f749b9b authored by Gildas Bazin's avatar Gildas Bazin

* modules/misc/network/ipv4.c: fixed wince breakage.

parent 831562a5
...@@ -54,9 +54,7 @@ ...@@ -54,9 +54,7 @@
# include <winsock2.h> # include <winsock2.h>
# include <ws2tcpip.h> # include <ws2tcpip.h>
# include <iphlpapi.h> # include <iphlpapi.h>
# if !defined(INCL_WINSOCK_API_PROTOTYPES)
# define close closesocket # define close closesocket
# endif
# if defined(UNDER_CE) # if defined(UNDER_CE)
# undef IP_MULTICAST_TTL # undef IP_MULTICAST_TTL
# define IP_MULTICAST_TTL 3 # define IP_MULTICAST_TTL 3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment