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:
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()
|
||||
{
|
||||
bool hasFocus = false;
|
||||
|
@ -14821,7 +14821,7 @@ namespace IDE
|
|||
//BFApp_CheckMemory();
|
||||
}
|
||||
|
||||
#if !CLI
|
||||
#if !CLI && BF_PLATFORM_WINDOWS
|
||||
if (mSettings.mEnableDevMode)
|
||||
UpdateIPC();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue