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:
parent
b5ceaf9a4e
commit
cd21eb27c7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue