mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
linux build quick fix
This commit is contained in:
parent
5a31cc35ba
commit
81a2f95279
7 changed files with 3841 additions and 3828 deletions
|
@ -8,6 +8,7 @@ using System.IO;
|
|||
using System.Threading;
|
||||
namespace IDE.util;
|
||||
|
||||
#if BF_PLATFORM_WINDOWS
|
||||
class ConsoleProvider
|
||||
{
|
||||
public enum UpdateState
|
||||
|
@ -1324,4 +1325,5 @@ class BeefConConsoleProvider : ConsoleProvider
|
|||
mPipe.Stream.Write((int32)dy);
|
||||
mPipe.EndMessage();
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue