mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[WS2_32_NEW] Return SOCKET_ERROR instead of ErrorCode. By Peter Hater. CORE-10440
svn path=/trunk/; revision=69803
This commit is contained in:
parent
282156a126
commit
0d3b942a2f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ WSACancelBlockingCall(VOID)
|
|||
{
|
||||
/* Fail */
|
||||
SetLastError(ErrorCode);
|
||||
return ErrorCode;
|
||||
return SOCKET_ERROR;
|
||||
}
|
||||
|
||||
/* Return success */
|
||||
|
|
Loading…
Reference in a new issue