]> git.sesse.net Git - vlc/blobdiff - compat/inet_pton.c
input: handle recursive parsing in preparser
[vlc] / compat / inet_pton.c
index f5f5f093ab70a36fadab793462732ca0b6311715..fb825c20a4fc4e404a09d7a7d1f831725a14393f 100644 (file)
@@ -30,6 +30,7 @@
 # include <sys/socket.h>
 #else
 # include <winsock2.h>
+# undef EAFNOSUPPORT
 # define EAFNOSUPPORT WSAEAFNOSUPPORT
 #endif