X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c133e13b36a923c65f94499554e432bc3a0daa..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/palmos/app.h?ds=sidebyside diff --git a/include/wx/palmos/app.h b/include/wx/palmos/app.h index 292830482d..d542947164 100644 --- a/include/wx/palmos/app.h +++ b/include/wx/palmos/app.h @@ -51,8 +51,6 @@ public: protected: int m_printMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT - virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess); - public: // Implementation static bool RegisterWindowClasses(); @@ -87,7 +85,7 @@ protected: extern WXDLLIMPEXP_CORE int wxEntry(); -#define IMPLEMENT_WXWIN_MAIN \ +#define wxIMPLEMENT_WXWIN_MAIN \ \ extern "C" { \ \