mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
ws2_32: Don't assume AI_V4MAPPED is available.
This commit is contained in:
parent
e98eee8ad8
commit
f6dad55dab
@ -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 ),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user