Change: [Network] Use string error messages instead of numeric error numbers that need to be looked up
This commit is contained in:
committed by
Charles Pigott
parent
65c5a64719
commit
cf8c1aa860
@@ -31,6 +31,8 @@
|
||||
#define NetworkGetLastError() WSAGetLastError()
|
||||
#undef EWOULDBLOCK
|
||||
#define EWOULDBLOCK WSAEWOULDBLOCK
|
||||
#undef ECONNRESET
|
||||
#define ECONNRESET WSAECONNRESET
|
||||
|
||||
const char *NetworkGetErrorString(int error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user