Skip to content
Snippets Groups Projects
Commit 0b42d3ce authored by Gerard Patel's avatar Gerard Patel Committed by Alexandre Julliard
Browse files

Fakes a negotiation of the winsock version.

parent e3b8640c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment