Commit f71dd47b authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

mswsock: More debug output in AcceptEx().

parent 4cb637dc
......@@ -61,8 +61,10 @@ BOOL WINAPI AcceptEx(
overlapped (asynchronous) I/O
operation */
{
FIXME("not implemented\n");
FIXME("(listen=%d, accept=%d, %p, %d, %d, %d, %p, %p), not implemented\n",
sListenSocket,sAcceptSocket,lpOutputBuffer,dwReceiveDataLength,
dwLocalAddressLength,dwRemoteAddressLength,lpdwBytesReceived,lpOverlapped
);
return FALSE;
}
......
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