mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
- win32 winsock bugfixes causing havok and grief for win32 users (corrupt winsock stack due to extra call to wsacleanup)
This commit is contained in:
@@ -104,7 +104,7 @@ class Socket : public SimpleTaskCallbackInterface {
|
||||
|
||||
protected:
|
||||
#ifdef WIN32
|
||||
SocketManager wsaManager;
|
||||
static SocketManager wsaManager;
|
||||
#endif
|
||||
PLATFORM_SOCKET sock;
|
||||
time_t lastDebugEvent;
|
||||
|
Reference in New Issue
Block a user