fixed wxBase compilation (what was msgdlg.h doing in wxchar.cpp?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -112,6 +112,7 @@ wxAppBase::~wxAppBase()
|
||||
}
|
||||
|
||||
#if wxUSE_GUI
|
||||
|
||||
bool wxAppBase::OnInitGui()
|
||||
{
|
||||
#ifdef __WXUNIVERSAL__
|
||||
@@ -124,7 +125,6 @@ bool wxAppBase::OnInitGui()
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
#endif // wxUSE_GUI
|
||||
|
||||
int wxAppBase::OnRun()
|
||||
{
|
||||
@@ -139,6 +139,8 @@ int wxAppBase::OnRun()
|
||||
return MainLoop();
|
||||
}
|
||||
|
||||
#endif // wxUSE_GUI
|
||||
|
||||
int wxAppBase::OnExit()
|
||||
{
|
||||
#if wxUSE_CONFIG
|
||||
|
||||
Reference in New Issue
Block a user