mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
- bugfix for sockets on windows
This commit is contained in:
@@ -173,7 +173,7 @@ Mutex UPNP_Tools::mutexUPNP;
|
|||||||
return rhs1.nID < rhs2.nID;
|
return rhs1.nID < rhs2.nID;
|
||||||
}
|
}
|
||||||
|
|
||||||
const int kNumMessages = sizeof(gaErrorList) / sizeof(ErrorEntry[0]);
|
const int kNumMessages = sizeof(gaErrorList) / sizeof(ErrorEntry);
|
||||||
|
|
||||||
//// WSAGetLastErrorMessage ////////////////////////////////////////////
|
//// WSAGetLastErrorMessage ////////////////////////////////////////////
|
||||||
// A function similar in spirit to Unix's perror() that tacks a canned
|
// A function similar in spirit to Unix's perror() that tacks a canned
|
||||||
|
Reference in New Issue
Block a user