Logging nice fatal errors when dying, w/ a msgbox when not in a console.

This commit is contained in:
Ben Vanik
2014-01-16 22:16:06 -08:00
parent 4741e3581a
commit 7641a5bfed
5 changed files with 85 additions and 23 deletions

View File

@@ -134,6 +134,7 @@ XE_CPU: 32BIT | 64BIT | BIGENDIAN | LITTLEENDIAN
#define XE_ALIGNMENT 16
#endif // 32BIT
bool xe_has_console();
#if XE_LIKE_WIN32 && defined(UNICODE) && UNICODE
int xe_main_thunk(
int argc, wchar_t* argv[],