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

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-04-27 11:07:23 -05:00 committed by Alexandre Julliard
parent be101103db
commit 56b9a72f64
1 changed files with 0 additions and 2 deletions

View File

@ -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