mswsock: More debug output in AcceptEx().

This commit is contained in:
Marcus Meissner 2006-09-18 17:56:02 +02:00 committed by Alexandre Julliard
parent 4cb637dc22
commit f71dd47b42
1 changed files with 4 additions and 2 deletions

View File

@ -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;
}