]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/app.h
need to overload assertEquals(int,short) too to resolve ambiguity
[wxWidgets.git] / include / wx / palmos / app.h
index 4289b470c29ba72451386336d927760747660e5e..c2f4fa6e93f2d8f13d84435d23ab31ffd5bea51b 100644 (file)
@@ -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                                              \
                                                                           \