mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 21:51:17 +02:00
- fixed win32 build
This commit is contained in:
@@ -548,8 +548,8 @@ int getLastSocketError() {
|
|||||||
|
|
||||||
const char * getLastSocketErrorText(int *errNumber) {
|
const char * getLastSocketErrorText(int *errNumber) {
|
||||||
int errId = (errNumber != NULL ? *errNumber : getLastSocketError());
|
int errId = (errNumber != NULL ? *errNumber : getLastSocketError());
|
||||||
return WSAGetLastErrorMessage("",errId);
|
//return WSAGetLastErrorMessage("",errId);
|
||||||
//return "?";
|
return "?";
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user