parent
c12c723091
commit
7687a64000
2 changed files with 5 additions and 33 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue