Commit f570e4e9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: we need gai_strerrorA and not gai_strerrorW

parent b0394f49
...@@ -226,6 +226,11 @@ VLC_API ssize_t net_vaPrintf( vlc_object_t *p_this, int fd, const v_socket_t *, ...@@ -226,6 +226,11 @@ VLC_API ssize_t net_vaPrintf( vlc_object_t *p_this, int fd, const v_socket_t *,
# define AI_IDN 0 /* GNU/libc extension */ # define AI_IDN 0 /* GNU/libc extension */
#endif #endif
#ifdef WIN32
# undef gai_strerror
# define gai_strerror gai_strerrorA
#endif
#ifdef __OS2__ #ifdef __OS2__
# ifndef NI_NUMERICHOST # ifndef NI_NUMERICHOST
# define NI_NUMERICHOST 0x01 # define NI_NUMERICHOST 0x01
......
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