Commit f6dad55d authored by Austin English's avatar Austin English Committed by Alexandre Julliard

ws2_32: Don't assume AI_V4MAPPED is available.

parent e98eee8a
......@@ -529,7 +529,9 @@ static const int ws_aiflag_map[][2] =
#ifdef AI_NUMERICSERV
MAP_OPTION( AI_NUMERICSERV ),
#endif
#ifdef AI_V4MAPPED
MAP_OPTION( AI_V4MAPPED ),
#endif
MAP_OPTION( 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