mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -50,7 +50,7 @@ WSACancelBlockingCall(VOID)
|
||||
{
|
||||
/* Fail */
|
||||
SetLastError(ErrorCode);
|
||||
return ErrorCode;
|
||||
return SOCKET_ERROR;
|
||||
}
|
||||
|
||||
/* Return success */
|
||||
|
||||
Reference in New Issue
Block a user