rewrote assertion output function to remove dependency on sio

This commit is contained in:
2016-04-28 05:52:35 +00:00
parent 61a6cf281f
commit 3c5b45571e
2 changed files with 140 additions and 128 deletions

View File

@ -1194,6 +1194,7 @@ int qse_main (int argc, qse_achar_t* argv[])
#else
/* nothing special */
#endif
QSE_ASSERT (1 == 3);
#if defined(_WIN32)
codepage = GetConsoleOutputCP();