1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 18:59:09 +00:00
Allow the execution of multiple internal clients. The crash that was
observed before was fixed with the removal of pnAcLog.
This commit is contained in:
2012-06-10 19:31:42 -04:00
parent 6a9d5a6f48
commit 9ce02384c2

View File

@ -1472,6 +1472,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nC
tempConsole.ExecuteFile(gipath);
}
#ifdef PLASMA_EXTERNAL_RELEASE
// If another instance is running, exit. We'll automatically release our
// lock on the mutex when our process exits
HANDLE hOneInstance = CreateMutex(nil, FALSE, "UruExplorer");
@ -1498,6 +1499,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nC
}
return PARABLE_NORMAL_EXIT;
}
#endif
FILE *serverIniFile = _wfopen(serverIni, L"rb");
if (serverIniFile)