|
@@ -299,8 +299,10 @@ CConsoleHandler::CConsoleHandler():
|
|
GetConsoleScreenBufferInfo(handleErr, &csbi);
|
|
GetConsoleScreenBufferInfo(handleErr, &csbi);
|
|
defErrColor = csbi.wAttributes;
|
|
defErrColor = csbi.wAttributes;
|
|
#ifdef NDEBUG
|
|
#ifdef NDEBUG
|
|
|
|
+#ifndef VCMI_ANDROID
|
|
SetUnhandledExceptionFilter(onUnhandledException);
|
|
SetUnhandledExceptionFilter(onUnhandledException);
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|
|
#else
|
|
#else
|
|
defColor = "\x1b[0m";
|
|
defColor = "\x1b[0m";
|
|
#endif
|
|
#endif
|