support mingw

This commit is contained in:
lsv 2025-11-28 14:18:28 +05:00
parent 5defc3b12a
commit 47fda8071f
4 changed files with 27 additions and 7 deletions

View file

@ -270,11 +270,13 @@ void pgAdmin3::OnFatalException() {
wxString err = "fatal error";
MyStackWalker sw(err);
#if wxUSE_ON_FATAL_EXCEPTION
sw.WalkFromException();
wxLogError(err);
wxMessageBox(err,
"wxExcept", wxOK | wxICON_ERROR);
#endif
#endif
}
bool pgAdmin3::OnInit()
{