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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue