]> git.saurik.com Git - wxWidgets.git/commitdiff
CHM help is not compiled for wxUniversal.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 8 May 2004 09:38:14 +0000 (09:38 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 8 May 2004 09:38:14 +0000 (09:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/helpbest.h
src/msw/helpbest.cpp

index 003f100e8e63e353e3228cb291d52166056d8422..5c735c65d91dd26fba24b2076a17412d498da6a9 100644 (file)
@@ -16,7 +16,8 @@
 #pragma interface "helpbest.h"
 #endif
 
-#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/helpbase.h"
 
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"