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:
committed by
Václav Slavík
parent
d720155910
commit
8b5387bc3d
@@ -544,7 +544,11 @@
|
||||
|
||||
#define wxUSE_DRAG_AND_DROP 0
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#define wxUSE_ACCESSIBILITY 1
|
||||
#else
|
||||
#define wxUSE_ACCESSIBILITY 0
|
||||
#endif
|
||||
|
||||
|
||||
#define wxUSE_SNGLINST_CHECKER 0
|
||||
|
Reference in New Issue
Block a user