diff --git a/compat/inet_pton.c b/compat/inet_pton.c index 38c2281d2e..44fd850ae6 100644 --- a/compat/inet_pton.c +++ b/compat/inet_pton.c @@ -31,8 +31,6 @@ #elif defined(_WIN32) # include # include -# undef EAFNOSUPPORT -# define EAFNOSUPPORT WSAEAFNOSUPPORT #endif int inet_pton (int af, const char *src, void *dst)