1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +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() void UpdateIPC()
{ {
bool hasFocus = false; bool hasFocus = false;
@ -14821,7 +14821,7 @@ namespace IDE
//BFApp_CheckMemory(); //BFApp_CheckMemory();
} }
#if !CLI #if !CLI && BF_PLATFORM_WINDOWS
if (mSettings.mEnableDevMode) if (mSettings.mEnableDevMode)
UpdateIPC(); UpdateIPC();
#endif #endif