#include "wx/defs.h"
-#if wxUSE_HTML
+#if wxUSE_WXHTML_HELP
#include "wx/html/helpdata.h"
#include "wx/window.h"
#include "wx/stattext.h"
#include "wx/html/htmlwin.h"
#include "wx/html/htmprint.h"
+class WXDLLEXPORT wxButton;
// style flags for the Help Frame
#endif
wxHashTable *m_PagesHash;
wxHelpControllerBase* m_helpController;
-
+
int m_hfStyle;
DECLARE_EVENT_TABLE()
};
-#endif // wxUSE_HTML
+#endif // wxUSE_WXHTML_HELP
#endif