Commit f1e6d5dc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Windows does not have AI_NUMERICSERV for some reasons

parent c0a2676e
......@@ -40,6 +40,7 @@
# include <ws2tcpip.h>
# define ENETUNREACH WSAENETUNREACH
# define net_errno (WSAGetLastError())
# define AI_NUMERICSERV 0
extern const char *net_strerror( int val );
struct iovec
......
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