mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 13:16:40 +00:00
fix memory alloc issue
This commit is contained in:
@@ -73,6 +73,11 @@ int dbg_exit_handler(char const* file, int line, const char* f, ...)
|
||||
return 1;
|
||||
}
|
||||
|
||||
void dbg_exit(int status)
|
||||
{
|
||||
std::_Exit(status);
|
||||
}
|
||||
|
||||
bool dbg_is_debugger_present()
|
||||
{
|
||||
#if KYTY_PLATFORM == KYTY_PLATFORM_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user