ws2_32: Downgrade FIXME for WS_SIO_SET_COMPATIBILITY_MODE to a TRACE.

This commit is contained in:
André Hentschel 2011-03-12 22:27:32 +01:00 committed by Alexandre Julliard
parent 27ae573806
commit 42d3bd713d
1 changed files with 4 additions and 0 deletions

View File

@ -3483,6 +3483,10 @@ INT WINAPI WSAIoctl(SOCKET s,
HeapFree(GetProcessHeap(), 0, ipAddrTable);
return 0;
}
case WS_SIO_SET_COMPATIBILITY_MODE:
TRACE("WS_SIO_SET_COMPATIBILITY_MODE ignored\n");
WSASetLastError(WSAEOPNOTSUPP);
return SOCKET_ERROR;
case WS_SIO_UDP_CONNRESET:
FIXME("WS_SIO_UDP_CONNRESET stub\n");
break;