- win32 winsock bugfixes causing havok and grief for win32 users (corrupt winsock stack due to extra call to wsacleanup)

This commit is contained in:
Mark Vejvoda
2011-01-17 23:45:09 +00:00
parent d8e28fbf90
commit 9ba8668751
6 changed files with 31 additions and 11 deletions

View File

@@ -104,7 +104,7 @@ class Socket : public SimpleTaskCallbackInterface {
protected:
#ifdef WIN32
SocketManager wsaManager;
static SocketManager wsaManager;
#endif
PLATFORM_SOCKET sock;
time_t lastDebugEvent;