git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4329 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-05-04 04:18:41 +00:00
parent 2e978297a9
commit 0ace59febf
1 changed files with 2 additions and 1 deletions

View File

@ -2654,8 +2654,9 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
/* previous instances do not exist in Win32 */
if (hPrevInstance)
return 0;
#if defined(_DEBUG) && defined(MULTITHREAD)
Sys_SetThreadName(-1, "main thread");
#endif
memset(&parms, 0, sizeof(parms));