gcc warning on windows

This commit is contained in:
Flyinghead 2023-01-27 11:16:54 +01:00
parent e18a4afcbb
commit 45c9d6185b
1 changed files with 1 additions and 0 deletions

View File

@ -944,6 +944,7 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
[[noreturn]] void os_DebugBreak()
{
__debugbreak();
std::abort();
}
void os_DoEvents()