Commit 30640054 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Added stub for WSApSetPostRoutine.

parent 72f40442
......@@ -690,3 +690,12 @@ INT16 WINAPI WSACancelAsyncRequest16(HANDLE16 hAsyncTaskHandle)
{
return (HANDLE16)WSACancelAsyncRequest((HANDLE)hAsyncTaskHandle);
}
/***********************************************************************
* WSApSetPostRoutine (WS2_32.24)
*/
INT WINAPI WSApSetPostRoutine(LPVOID /* LPWPUPOSTMESSAGE */lpPostRoutine)
{
FIXME("(%p), stub !\n", lpPostRoutine);
return 0;
}
......@@ -36,7 +36,7 @@ debug_channels (winsock)
21 stdcall setsockopt(long long long ptr long) WSOCK32_setsockopt
22 stdcall shutdown(long long) WSOCK32_shutdown
23 stdcall socket(long long long) WSOCK32_socket
24 stub WSApSetPostRoutine
24 stdcall WSApSetPostRoutine(ptr) WSApSetPostRoutine
25 stub WPUCompleteOverlappedRequest
26 stub WSAAccept
27 stub WSAAddressToStringA
......
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