From 56b9a72f649f61d1c7bc5ff424338137655f7e3d Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Tue, 27 Apr 2021 11:07:23 -0500 Subject: [PATCH] include: Forbid using unsuffixed gai_strerror() in the Wine source. Signed-off-by: Zebediah Figura Signed-off-by: Alexandre Julliard --- include/ws2tcpip.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ws2tcpip.h b/include/ws2tcpip.h index 5ba891185b5..f6f5d4dd886 100644 --- a/include/ws2tcpip.h +++ b/include/ws2tcpip.h @@ -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