wxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-07-29 20:31:41 +00:00
parent 5f6475c145
commit 42ef5bda0e

View File

@ -265,4 +265,15 @@
# endif
#endif /* wxUSE_DYNLIB_CLASS */
#if !wxUSE_OLE
# if wxUSE_DATAOBJ
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_DATAOBJ requires wxUSE_OLE"
# else
# undef wxUSE_DATAOBJ
# define wxUSE_DATAOBJ 0
# endif
# endif
#endif /* wxUSE_OLE */
#endif /* _WX_MSW_CHKCONF_H_ */