mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Turn off Beep failure for BeefBuild
This commit is contained in:
parent
09a58b0a24
commit
208f9f2c60
1 changed files with 1 additions and 1 deletions
|
@ -14471,7 +14471,7 @@ namespace IDE
|
||||||
|
|
||||||
public static void Beep(MessageBeepType type)
|
public static void Beep(MessageBeepType type)
|
||||||
{
|
{
|
||||||
#if BF_PLATFORM_WINDOWS
|
#if BF_PLATFORM_WINDOWS && !CLI
|
||||||
MessageBeep(type);
|
MessageBeep(type);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue