mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
support mingw
This commit is contained in:
parent
5defc3b12a
commit
47fda8071f
4 changed files with 27 additions and 7 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue