mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 12:01:25 +00:00
oops
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4329 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2e978297a9
commit
0ace59febf
1 changed files with 2 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue