This is an automated email from the git hooks/post-receive script. mgilbert pushed a commit to branch master in repository wine.
commit f6dad55dabe0dab2efbcb30458c4a999cefe664f Author: Austin English <[email protected]> Date: Wed Sep 10 20:59:39 2014 -0500 ws2_32: Don't assume AI_V4MAPPED is available. --- dlls/ws2_32/socket.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index d5e9fd1..d78d9cd 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -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 ), }; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
