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:
parent
be101103db
commit
56b9a72f64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue