X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6046e57acc865a87cf9f94d27d3c0fb4b0aa18ac..6fbcc6cac395cb13dc8395cf72066227563e7bd3:/include/wx/msw/app.h diff --git a/include/wx/msw/app.h b/include/wx/msw/app.h index 10e1dbd4fb..e29c62f45b 100644 --- a/include/wx/msw/app.h +++ b/include/wx/msw/app.h @@ -19,11 +19,11 @@ #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