Bruno Jesus : ws2_32: Map IPPROTO_IPV6 protocol option.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 29 15:40:46 CDT 2015


Module: wine
Branch: master
Commit: b6a095b9000b814ee0eeb9c75dafdc5b0389a062
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b6a095b9000b814ee0eeb9c75dafdc5b0389a062

Author: Bruno Jesus <00cpxxx at gmail.com>
Date:   Wed Jul 29 14:48:30 2015 -0300

ws2_32: Map IPPROTO_IPV6 protocol option.

---

 dlls/ws2_32/socket.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index d7e5276..b06d7e7 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -687,6 +687,7 @@ static const int ws_proto_map[][2] =
     MAP_OPTION( IPPROTO_IP ),
     MAP_OPTION( IPPROTO_TCP ),
     MAP_OPTION( IPPROTO_UDP ),
+    MAP_OPTION( IPPROTO_IPV6 ),
     MAP_OPTION( IPPROTO_ICMP ),
     MAP_OPTION( IPPROTO_IGMP ),
     MAP_OPTION( IPPROTO_RAW ),




More information about the wine-cvs mailing list