Revert "fire!"

This reverts commit 7baf1d471f.
This commit is contained in:
tildearrow 2022-05-29 00:44:17 -05:00
parent c12c723091
commit 7687a64000
2 changed files with 5 additions and 33 deletions

View file

@ -306,13 +306,11 @@ int main(int argc, char** argv) {
}
}
#ifdef _WIN32
if (!sh.loaded()) {
MessageBox(NULL,"crash backtrace not available!","Warning",MB_OK|MB_ICONWARNING);
} else {
MessageBox(NULL,"it will work","Notice",MB_OK|MB_ICONINFORMATION);
}
#ifdef _WIN32
MessageBox(NULL,"Warning","crash backtrace not available!",MB_OK|MB_ICONWARNING);
#endif
}
e.setConsoleMode(consoleMode);