André Hentschel : ws2_32: Downgrade FIXME for WS_SIO_SET_COMPATIBILITY_MODE to a TRACE.

Alexandre Julliard julliard at winehq.org
Mon Mar 14 14:29:46 CDT 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sat Mar 12 22:27:32 2011 +0100

ws2_32: Downgrade FIXME for WS_SIO_SET_COMPATIBILITY_MODE to a TRACE.

---

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

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 1993419..9469d30 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -3483,6 +3483,10 @@ INT WINAPI WSAIoctl(SOCKET s,
        HeapFree(GetProcessHeap(), 0, ipAddrTable);
        return 0;
    }
+   case WS_SIO_SET_COMPATIBILITY_MODE:
+       TRACE("WS_SIO_SET_COMPATIBILITY_MODE ignored\n");
+       WSASetLastError(WSAEOPNOTSUPP);
+       return SOCKET_ERROR;
    case WS_SIO_UDP_CONNRESET:
        FIXME("WS_SIO_UDP_CONNRESET stub\n");
        break;




More information about the wine-cvs mailing list