[WS2_32_NEW] Return SOCKET_ERROR instead of ErrorCode. By Peter Hater. CORE-10440

svn path=/trunk/; revision=69803
This commit is contained in:
Amine Khaldi 2015-11-03 21:50:20 +00:00
parent 282156a126
commit 0d3b942a2f

View file

@ -50,7 +50,7 @@ WSACancelBlockingCall(VOID)
{
/* Fail */
SetLastError(ErrorCode);
return ErrorCode;
return SOCKET_ERROR;
}
/* Return success */