]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
split wxBase into wxBase and wxNet libraries
[wxWidgets.git] / include / wx / html / helpfrm.h
index b2b0432d8e126b6b0d7e2cbc1f4dd1fcb63bebd2..f85e36ee5da8cb69c1a3e527f330bb6cec4e021b 100644 (file)
 #include "wx/html/htmlwin.h"
 #include "wx/html/htmprint.h"
 
-class WXDLLEXPORT wxButton;
-class WXDLLEXPORT wxTextCtrl;
+class WXDLLIMPEXP_CORE wxButton;
+class WXDLLIMPEXP_CORE wxTextCtrl;
+class WXDLLIMPEXP_CORE wxTreeEvent;
+class WXDLLIMPEXP_CORE wxTreeCtrl;
 
 
 // style flags for the Help Frame
@@ -68,9 +70,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)