#pragma hdrstop
#endif
-#if wxUSE_HTML && wxUSE_STREAMS
+#if wxUSE_WXHTML_HELP
#ifndef WX_PRECOMP
#include "wx/app.h"
bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint& WXUNUSED(pos))
{
-#if wxUSE_HELP
+#if wxUSE_TIPWINDOW
static wxTipWindow* s_tipWindow = NULL;
if (s_tipWindow)
return TRUE;
}
-#endif
+#endif // wxUSE_TIPWINDOW
+
return FALSE;
}
return TRUE;
}
-#endif
+#endif // wxUSE_WXHTML_HELP
+