Nicolas Delcros : winsock: Add mapping for SO_ACCEPTCONN.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 12 05:46:38 CDT 2006


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

Author: Nicolas Delcros <nicolas at dyalog.com>
Date:   Wed Oct 11 14:16:31 2006 +0100

winsock: Add mapping for SO_ACCEPTCONN.

---

 dlls/ws2_32/socket.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 59b50b9..73ba3c4 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -244,6 +244,7 @@ #define MAP_OPTION(opt) { WS_##opt, opt 
 static const int ws_sock_map[][2] =
 {
     MAP_OPTION( SO_DEBUG ),
+    MAP_OPTION( SO_ACCEPTCONN ),
     MAP_OPTION( SO_REUSEADDR ),
     MAP_OPTION( SO_KEEPALIVE ),
     MAP_OPTION( SO_DONTROUTE ),




More information about the wine-cvs mailing list