[pkg-wine-party] [wine] 29/110: ws2_32: Don't assume AI_V4MAPPED is available.

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Sep 21 00:25:28 UTC 2014


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 <austinenglish at gmail.com>
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



More information about the pkg-wine-party mailing list