Kai Blin : ws2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make native dplay error output more readable .
Module: wine Branch: master Commit: 453414588964ba3fb5a1682741cb5c98d5eab3b1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=453414588964ba3fb5a1682741... Author: Kai Blin <kai.blin(a)gmail.com> Date: Mon Nov 27 20:09:46 2006 +0100 ws2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make native dplay error output more readable. --- 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 8113ab7..e5aeed5 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;
participants (1)
-
Alexandre Julliard