Enable wxUSE_ACCESSIBILITY by default (MSW)

Compile accessibility support on Windows by default now that the generic
wxDataViewCtrl control implements accessible interface. After the
changes from 7dab555f71, accessibility
support is much more lightweight and doesn't interfere with normal win32
behavior, so this change shouldn't affect accessibility-unaware code in
any way.
This commit is contained in:
Václav Slavík
2016-12-13 13:35:40 +01:00
committed by Václav Slavík
parent d720155910
commit 8b5387bc3d
10 changed files with 61 additions and 21 deletions

4
configure vendored
View File

@@ -11329,6 +11329,10 @@ fi
if test "$wxUSE_MSW" = 1 ; then
DEFAULT_wxUSE_ACCESSIBILITY=yes
fi
enablestring=
defaultval=$wxUSE_ALL_FEATURES