]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
moved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in...
[wxWidgets.git] / include / wx / chkconf.h
index 5464f418c91a9410a99278920b4f60bcca6fa5f1..ca1edaf08ea25aa084c3f80bab0e11ffc1f4e5a0 100644 (file)
 #   endif
 #endif /* wxUSE_HELP */
 
+#if wxUSE_MS_HTML_HELP
+    /*
+        this doesn't make sense for platforms other than MSW but we still
+        define it in wx/setup_inc.h so don't complain if it happens to be
+        defined under another platform but just silently fix it.
+     */
+#   ifndef __WXMSW__
+#       undef wxUSE_MS_HTML_HELP
+#       define wxUSE_MS_HTML_HELP 0
+#   endif
+#endif /* wxUSE_MS_HTML_HELP */
+
 #if wxUSE_WXHTML_HELP
 #   if !wxUSE_HELP || !wxUSE_HTML || !wxUSE_COMBOBOX || !wxUSE_NOTEBOOK || !wxUSE_SPINCTRL
 #       ifdef wxABORT_ON_CONFIG_ERROR