ws2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make native dplay error output more readable.
This commit is contained in:
parent
6af5ae8027
commit
4534145889
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue