git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27621
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/menuitem.h"
#include "wx/tooltip.h"
#include "wx/cshelp.h"
+#include "wx/helphtml.h"
#include "wx/html/htmprint.h"
#include "wx/html/htmlwin.h"
#include "wx/filesys.h"
wxImage::AddHandler( new wxGIFHandler );
#endif
-#ifdef __WXMSW__
+#if wxUSE_MS_HTML_HELP && !defined(__WXUNIVERSAL__)
m_helpController = new wxCHMHelpController;
m_helpControllerReference = new wxCHMHelpController;
#else