X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ca4b822b957f847cee03c358f4ed8321294dd6c..fd5cfba71157c481b5bc90563d0d990ec67ecb11:/include/wx/chkconf.h?ds=sidebyside diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index 08016d0069..b1c741e43d 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -1219,6 +1219,8 @@ # include "wx/motif/chkconf.h" #elif defined(__WXX11__) # include "wx/x11/chkconf.h" +#elif defined(__WXANDROID__) +# include "wx/android/chkconf.h" #endif /* @@ -1449,7 +1451,7 @@ */ #if wxUSE_GUI -#if wxUSE_ACCESSIBILITY && !defined(__WXMSW__) && !defined(__GCCXML__) +#if wxUSE_ACCESSIBILITY && !defined(__WXMSW__) # ifdef wxABORT_ON_CONFIG_ERROR # error "wxUSE_ACCESSIBILITY is currently only supported under wxMSW" # else