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
This commit is contained in:
Włodzimierz Skiba 2006-06-20 14:45:56 +00:00
parent badea9f271
commit 47a2e1ee4b

View File

@ -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_ */