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:
parent
5f6475c145
commit
42ef5bda0e
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user