gcc warning on windows
This commit is contained in:
parent
e18a4afcbb
commit
45c9d6185b
|
@ -944,6 +944,7 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
|
|||
[[noreturn]] void os_DebugBreak()
|
||||
{
|
||||
__debugbreak();
|
||||
std::abort();
|
||||
}
|
||||
|
||||
void os_DoEvents()
|
||||
|
|
Loading…
Reference in New Issue