]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
added state image support (patch 530155)
[wxWidgets.git] / include / wx / html / helpfrm.h
index b2b0432d8e126b6b0d7e2cbc1f4dd1fcb63bebd2..ed6e6f8e0e1d97cb1a86aa53b429fe2ae4c8396d 100644 (file)
@@ -34,8 +34,8 @@
 #include "wx/html/htmlwin.h"
 #include "wx/html/htmprint.h"
 
-class WXDLLEXPORT wxButton;
-class WXDLLEXPORT wxTextCtrl;
+class WXDLLIMPEXP_CORE wxButton;
+class WXDLLIMPEXP_CORE wxTextCtrl;
 
 
 // style flags for the Help Frame
@@ -68,9 +68,9 @@ struct wxHtmlHelpFrameCfg
 };
 
 
-class WXDLLEXPORT wxHelpControllerBase;
+class WXDLLIMPEXP_CORE wxHelpControllerBase;
 
-class WXDLLEXPORT wxHtmlHelpFrame : public wxFrame
+class WXDLLIMPEXP_HTML wxHtmlHelpFrame : public wxFrame
 {
     DECLARE_DYNAMIC_CLASS(wxHtmlHelpFrame)