From: Włodzimierz Skiba Date: Tue, 20 Jun 2006 14:45:56 +0000 (+0000) Subject: Fix for wxMGL built with common part of setup0.h. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/47a2e1ee4ba6cbaabc91525253947daf96c52490?ds=inline Fix for wxMGL built with common part of setup0.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mgl/chkconf.h b/include/wx/mgl/chkconf.h index b20fb61cae..302d72a2ce 100644 --- a/include/wx/mgl/chkconf.h +++ b/include/wx/mgl/chkconf.h @@ -89,6 +89,11 @@ # define wxUSE_FS_INET 0 #endif /* wxUSE_FS_INET */ +#if wxUSE_MS_HTML_HELP +# undef wxUSE_MS_HTML_HELP +# define wxUSE_MS_HTML_HELP 0 +#endif + #endif /* __WATCOM__ */ #endif /* _WX_MGL_CHKCONF_H_ */