mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 19:13:46 +08:00
Use #ifdef _MGRM_PROCESSES instead of #ifndef _MGRM_THREADS
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@
|
||||
void GUIAPI MiniGUIPanic (int exitcode)
|
||||
{
|
||||
exitcode = 1;
|
||||
#ifndef _MGRM_THREADS
|
||||
#ifdef _MGRM_PROCESSES
|
||||
if (mgIsServer)
|
||||
#endif
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user