Regenerate setup.h.in using build/update-setup-h
Undo the apparently manual change to setup.h.in in
8b5387bc3d
by regenerating it.
Notice that this doesn't actually change anything as wxUSE_ACCESSIBILITY will
be correctly set to 1 by configure by default, but doing this avoids having
unrelated changes in the future commits.
This commit is contained in:
parent
dbc4e4dc52
commit
3d17d9409f
@ -545,7 +545,7 @@
|
||||
#define wxUSE_DRAG_AND_DROP 0
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#define wxUSE_ACCESSIBILITY 1
|
||||
#define wxUSE_ACCESSIBILITY 0
|
||||
#else
|
||||
#define wxUSE_ACCESSIBILITY 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user