From 453414588964ba3fb5a1682741cb5c98d5eab3b1 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 27 Nov 2006 20:09:46 +0100 Subject: [PATCH] ws2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make native dplay error output more readable. --- dlls/ws2_32/socket.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index 8113ab78ee0..e5aeed5e3c9 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -2212,6 +2212,10 @@ INT WINAPI WSAIoctl(SOCKET s, * with WSA_FLAG_OVERLAPPED, but there is no easy way to get this */ break; + case WS_SIO_ADDRESS_LIST_QUERY: + FIXME("-> SIO_ADDRESS_LIST_QUERY request: stub\n"); + break; + case WS_SIO_FLUSH: FIXME("SIO_FLUSH: stub.\n"); break; -- 2.11.4.GIT