From: Włodzimierz Skiba Date: Tue, 20 Jun 2006 12:57:30 +0000 (+0000) Subject: Fix for wxOS2 built with common prt of setup0.h. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7c90392a613c2facd102038062733d7713742aea Fix for wxOS2 built with common prt of setup0.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/chkconf.h b/include/wx/os2/chkconf.h index ef8d72b1ea..8b78599992 100644 --- a/include/wx/os2/chkconf.h +++ b/include/wx/os2/chkconf.h @@ -38,6 +38,11 @@ # define wxUSE_POSTSCRIPT 1 #endif +#if wxUSE_MS_HTML_HELP +# undef wxUSE_MS_HTML_HELP +# define wxUSE_MS_HTML_HELP 0 +#endif + #endif /* __WATCOM__ */ #endif /* _WX_OS2_CHKCONF_H_ */