ws2_32: Don't assume AI_V4MAPPED is available.

This commit is contained in:
Austin English 2014-09-10 20:59:39 -05:00 committed by Alexandre Julliard
parent e98eee8ad8
commit f6dad55dab
1 changed files with 2 additions and 0 deletions

View File

@ -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 ),
};