mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[WS2_32] Fix Two DPRINT typo errors (#5113)
This commit is contained in:
parent
fdedc549d0
commit
b0a03a7caa
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ send(IN SOCKET s,
|
|||
LPWSATHREADID ThreadId;
|
||||
WSABUF Buffers;
|
||||
DWORD BytesSent;
|
||||
DPRINT("sendto: %lx, %lx, %lx, %p\n", s, flags, len, buf);
|
||||
DPRINT("send: %lx, %lx, %lx, %p\n", s, flags, len, buf);
|
||||
|
||||
/* Check for WSAStartup */
|
||||
if ((ErrorCode = WsQuickPrologTid(&ThreadId)) == ERROR_SUCCESS)
|
||||
|
@ -154,7 +154,7 @@ WSASend(IN SOCKET s,
|
|||
INT Status;
|
||||
INT ErrorCode;
|
||||
LPWSATHREADID ThreadId;
|
||||
DPRINT("WSARecvFrom: %lx, %lx, %lx, %p\n", s, dwFlags, dwBufferCount, lpBuffers);
|
||||
DPRINT("WSASend: %lx, %lx, %lx, %p\n", s, dwFlags, dwBufferCount, lpBuffers);
|
||||
|
||||
/* Check for WSAStartup */
|
||||
if ((ErrorCode = WsQuickPrologTid(&ThreadId)) == ERROR_SUCCESS)
|
||||
|
|
Loading…
Reference in a new issue