Commit 09f7b203 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

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
parent 77a21c6e
......@@ -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 ),
};
......
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