unittest on appveyor
This commit is contained in:
@ -125,7 +125,7 @@ namespace ix
|
||||
return (int) ::recv(_sockfd, (char*) buffer, length, flags);
|
||||
}
|
||||
|
||||
int Socket::getErrno() const
|
||||
int Socket::getErrno()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
return WSAGetLastError();
|
||||
|
Reference in New Issue
Block a user