1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Prevent IPCHelper usage outside Windows

This commit is contained in:
zkw 2024-09-09 15:49:02 +02:00
parent b5ceaf9a4e
commit cd21eb27c7

View file

@ -14518,7 +14518,7 @@ namespace IDE
}
}
#if !CLI
#if !CLI && BF_PLATFORM_WINDOWS
void UpdateIPC()
{
bool hasFocus = false;
@ -14821,7 +14821,7 @@ namespace IDE
//BFApp_CheckMemory();
}
#if !CLI
#if !CLI && BF_PLATFORM_WINDOWS
if (mSettings.mEnableDevMode)
UpdateIPC();
#endif