[vlc-devel] commit: Windows does not have AI_NUMERICSERV for some reasons ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed May 28 18:41:45 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Wed May 28 19:41:04 2008 +0300| [f1e6d5dcf7aa6de97d587ab1bfbc3b6e0ddbe0d3]
Windows does not have AI_NUMERICSERV for some reasons
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f1e6d5dcf7aa6de97d587ab1bfbc3b6e0ddbe0d3
---
include/vlc_network.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/vlc_network.h b/include/vlc_network.h
index 08741dd..eb76c58 100644
--- a/include/vlc_network.h
+++ b/include/vlc_network.h
@@ -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
More information about the vlc-devel
mailing list