1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00

ws2_32: Check for AI_ALL at compile time.

NetBSD does not provide it.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51843
This commit is contained in:
Zebediah Figura 2022-05-29 19:58:04 -05:00 committed by Alexandre Julliard
parent 77a21c6eef
commit 09f7b203bb

View File

@ -122,7 +122,9 @@ static const int addrinfo_flag_map[][2] =
#ifdef AI_V4MAPPED
MAP( AI_V4MAPPED ),
#endif
#ifdef AI_ALL
MAP( AI_ALL ),
#endif
MAP( AI_ADDRCONFIG ),
};