]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
guarding agains NULL
[wxWidgets.git] / include / wx / chkconf.h
index 4b069bebc808850128f4be9be87716c95ee68ee7..b1c741e43d02b2710b04b04adc9e07bb3a1d895a 100644 (file)
  */
 #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