X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/956495caff00a67e11e76673f1a588e1d076b92b..9905656a35761f368f6775f6f8d50ca393c63088:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 5c31889fc1..887ddbdaad 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -92,7 +92,7 @@ public: // class OnInit() to do it. virtual bool OnInit(); - // this is here only temproary hopefully (FIXME) + // this is here only temporary hopefully (FIXME) virtual bool OnInitGui() { return true; } // This is the replacement for the normal main(): all program work should @@ -622,11 +622,7 @@ public: // port-specific header could have defined it already in some special wau #ifndef IMPLEMENT_WXWIN_MAIN - #if !wxUSE_GUI - #define IMPLEMENT_WXWIN_MAIN IMPLEMENT_WXWIN_MAIN_CONSOLE - #else // wxUSE_GUI - #define IMPLEMENT_WXWIN_MAIN - #endif + #define IMPLEMENT_WXWIN_MAIN IMPLEMENT_WXWIN_MAIN_CONSOLE #endif // defined(IMPLEMENT_WXWIN_MAIN) #ifdef __WXUNIVERSAL__