Skip to content
Snippets Groups Projects
Commit f570e4e9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Win32: we need gai_strerrorA and not gai_strerrorW

parent b0394f49
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
#endif
#ifdef WIN32
# undef gai_strerror
# define gai_strerror gai_strerrorA
#endif
#ifdef __OS2__
# ifndef NI_NUMERICHOST
# define NI_NUMERICHOST 0x01
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment