]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/helphtml.h
Fix wxStyledTextCtrl compilation in non-Unicode build.
[wxWidgets.git] / include / wx / helphtml.h
index 345c71cac062a1ba48d312462eb62fa4dd0af716..b3d7e19491010d35ea9cfb2b08bc8e3f79de6030 100644 (file)
@@ -1,7 +1,20 @@
-#ifndef __HELPHTMLH_BASE__
-#define __HELPHTMLH_BASE__
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/helphtml.h
+// Purpose:     Includes wx/html/helpctrl.h, for wxHtmlHelpController.
+// Author:      Julian Smart
+// Modified by:
+// Created:     2003-05-24
+// RCS-ID:      $Id$
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
 
-#include "wx/generic/helphtml.h"
+#ifndef __WX_HELPHTML_H_
+#define __WX_HELPHTML_H_
 
+#if wxUSE_WXHTML_HELP
+#include "wx/html/helpctrl.h"
 #endif
-    // __HELPHTMLH_BASE__
+
+#endif // __WX_HELPHTML_H_
+