Commit 45341458 authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard

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

parent 6af5ae80
...@@ -2212,6 +2212,10 @@ INT WINAPI WSAIoctl(SOCKET s, ...@@ -2212,6 +2212,10 @@ INT WINAPI WSAIoctl(SOCKET s,
* with WSA_FLAG_OVERLAPPED, but there is no easy way to get this */ * with WSA_FLAG_OVERLAPPED, but there is no easy way to get this */
break; break;
case WS_SIO_ADDRESS_LIST_QUERY:
FIXME("-> SIO_ADDRESS_LIST_QUERY request: stub\n");
break;
case WS_SIO_FLUSH: case WS_SIO_FLUSH:
FIXME("SIO_FLUSH: stub.\n"); FIXME("SIO_FLUSH: stub.\n");
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment