Commit 56b9a72f authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

include: Forbid using unsuffixed gai_strerror() in the Wine source.

parent be101103
......@@ -167,8 +167,6 @@ static inline WCHAR *gai_strerrorW(int errcode)
#ifdef USE_WS_PREFIX
# define WS_gai_strerror WINELIB_NAME_AW(gai_strerror)
#elif defined(WINE_NO_UNICODE_MACROS)
# define gai_strerror gai_strerrorA
#else
# define gai_strerror WINELIB_NAME_AW(gai_strerror)
#endif
......
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