wxUSE_ACCESSIBILITY requires wxUSE_OLE

This commit is contained in:
Maarten Bent
2019-11-21 21:26:00 +01:00
parent 3d9ee4852a
commit 5fefe1df11

View File

@@ -381,6 +381,15 @@
# define wxUSE_DRAG_AND_DROP 0 # define wxUSE_DRAG_AND_DROP 0
# endif # endif
# endif # endif
# if wxUSE_ACCESSIBILITY
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_ACCESSIBILITY requires wxUSE_OLE"
# else
# undef wxUSE_ACCESSIBILITY
# define wxUSE_ACCESSIBILITY 0
# endif
# endif
#endif /* !wxUSE_OLE */ #endif /* !wxUSE_OLE */
#if !wxUSE_ACTIVEX #if !wxUSE_ACTIVEX