Kai Blin : ws2_32: Stub out WS_SIO_UDP_CONNRESET WSioctl.

Alexandre Julliard julliard at winehq.org
Tue May 11 12:09:39 CDT 2010


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

Author: Kai Blin <kai.blin at gmail.com>
Date:   Tue May 11 15:53:02 2010 +0200

ws2_32: Stub out WS_SIO_UDP_CONNRESET WSioctl.

---

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

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 63607fe..6254bba 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -2798,6 +2798,9 @@ INT WINAPI WSAIoctl(SOCKET s,
         release_sock_fd(s, fd);
         break;
    }
+   case WS_SIO_UDP_CONNRESET:
+       FIXME("WS_SIO_UDP_CONNRESET stub\n");
+       break;
    default:
        FIXME("unsupported WS_IOCTL cmd (%08x)\n", dwIoControlCode);
        WSASetLastError(WSAEOPNOTSUPP);




More information about the wine-cvs mailing list