Use #ifdef _MGRM_PROCESSES instead of #ifndef _MGRM_THREADS

This commit is contained in:
Vincent Wei
2020-01-06 16:55:32 +08:00
parent fdb2ef360a
commit ca2e35df32
+1 -1
View File
@@ -61,7 +61,7 @@
void GUIAPI MiniGUIPanic (int exitcode)
{
exitcode = 1;
#ifndef _MGRM_THREADS
#ifdef _MGRM_PROCESSES
if (mgIsServer)
#endif
{