mswsock: More debug output in AcceptEx().
This commit is contained in:
parent
4cb637dc22
commit
f71dd47b42
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue