]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
wxClipboard changes compilation fixes
[wxWidgets.git] / include / wx / msw / app.h
index 10e1dbd4fb1d214f2c40cad5b46c2cc14749af2d..e29c62f45b1bbe16cb3b014197d0b4df33e001c3 100644 (file)
 #include "wx/event.h"
 #include "wx/icon.h"
 
-class WXDLLEXPORT wxFrame;
-class WXDLLEXPORT wxWindow;
-class WXDLLEXPORT wxApp ;
-class WXDLLEXPORT wxKeyEvent;
-class WXDLLEXPORT wxLog;
+class WXDLLIMPEXP_CORE wxFrame;
+class WXDLLIMPEXP_CORE wxWindow;
+class WXDLLIMPEXP_CORE wxApp;
+class WXDLLIMPEXP_CORE wxKeyEvent;
+class WXDLLIMPEXP_BASE wxLog;
 
 // Represents the application. Derive OnInit and declare
 // a new App object to start application