- fix build

This commit is contained in:
SoftCoder 2016-06-02 14:01:39 -07:00
parent 468c381611
commit 1621e563da
2 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit c0c270c5e0ae3c419c9b451abe71d5ab5f29a63e
Subproject commit a1e6be21823b1c597129e3c81f4301177c32fba7

View File

@ -5947,11 +5947,6 @@ void EnableCrashingOnCrashes() {
int glestMainSEHWrapper(int argc, char** argv) {
#ifdef WIN32
//winSockManager = new SocketManager();
SocketManager winSockManager;
#endif
#ifdef WIN32_STACK_TRACE
//printf("Hooking up WIN32_STACK_TRACE...\n");
__try {
@ -6052,6 +6047,11 @@ int glestMainWrapper(int argc, char** argv) {
//#endif
#endif
#ifdef WIN32
//winSockManager = new SocketManager();
SocketManager winSockManager;
#endif
int result = glestMainSEHWrapper(argc, argv);
return result;
}