do not halt gccXML because wxUSE_ACCESSIBILITY, even if it's being used under linux
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1283,7 +1283,7 @@
|
|||||||
*/
|
*/
|
||||||
#if wxUSE_GUI
|
#if wxUSE_GUI
|
||||||
|
|
||||||
#if wxUSE_ACCESSIBILITY && !defined(__WXMSW__)
|
#if wxUSE_ACCESSIBILITY && !defined(__WXMSW__) && !defined(__GCCXML__)
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
# error "wxUSE_ACCESSIBILITY is currently only supported under wxMSW"
|
# error "wxUSE_ACCESSIBILITY is currently only supported under wxMSW"
|
||||||
# else
|
# else
|
||||||
|
Reference in New Issue
Block a user