- 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

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;
}