Commit 0b42d3ce authored by Gerard Patel's avatar Gerard Patel Committed by Alexandre Julliard

Fakes a negotiation of the winsock version.

parent e3b8640c
......@@ -659,6 +659,9 @@ INT WINAPI WSAStartup(UINT wVersionRequested, LPWSADATA lpWSAData)
/* return winsock information */
memcpy(lpWSAData, &WINSOCK_data, sizeof(WINSOCK_data));
/* that's the whole of the negotiation for now */
lpWSAData->wVersion = wVersionRequested;
TRACE("succeeded\n");
return 0;
}
......
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