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:
Vadim Zeitlin 2017-02-12 02:24:53 +01:00
parent dbc4e4dc52
commit 3d17d9409f

View File

@ -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