]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpbest.cpp
Corrected strange test for __WINDOWS__ or wxUSE_MFC
[wxWidgets.git] / src / msw / helpbest.cpp
index be1e404cdea4a2e899c3189a5118632845cebcdf..bb1aad5059984d58826f1bdea7f77140dd5a2c8d 100644 (file)
@@ -27,7 +27,9 @@
 #include "wx/filefn.h"
 #include "wx/log.h"
 
-#if wxUSE_HELP && wxUSE_MS_HTML_HELP && defined(__WIN95__) && wxUSE_WXHTML_HELP
+#if wxUSE_HELP && wxUSE_MS_HTML_HELP && defined(__WIN95__) \
+    && wxUSE_WXHTML_HELP && !defined(__WXUNIVERSAL__)
+
 #include "wx/msw/helpchm.h"
 #include "wx/html/helpctrl.h"
 #include "wx/msw/helpbest.h"