ws2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make native dplay error output more readable.

This commit is contained in:
Kai Blin 2006-11-27 20:09:46 +01:00 committed by Alexandre Julliard
parent 6af5ae8027
commit 4534145889
1 changed files with 4 additions and 0 deletions

View File

@ -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;