X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..2780d31b74cd415150d080ca9fe9c29428073587:/include/wx/palmos/app.h diff --git a/include/wx/palmos/app.h b/include/wx/palmos/app.h index 4289b470c2..c2f4fa6e93 100644 --- a/include/wx/palmos/app.h +++ b/include/wx/palmos/app.h @@ -23,7 +23,7 @@ class WXDLLIMPEXP_FWD_BASE wxLog; // Represents the application. Derive OnInit and declare // a new App object to start application -class WXDLLEXPORT wxApp : public wxAppBase +class WXDLLIMPEXP_CORE wxApp : public wxAppBase { DECLARE_DYNAMIC_CLASS(wxApp) @@ -84,8 +84,7 @@ protected: #define SW_SHOWNORMAL 1 #endif -extern int WXDLLEXPORT -wxEntry(); +extern WXDLLIMPEXP_CORE int wxEntry(); #define IMPLEMENT_WXWIN_MAIN \ \