From 3d17d9409f9c83fd89b4633071a46a96105fe801 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 12 Feb 2017 02:24:53 +0100 Subject: [PATCH] Regenerate setup.h.in using build/update-setup-h Undo the apparently manual change to setup.h.in in 8b5387bc3da33f437a53edcb11847802b628eb70 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. --- setup.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.h.in b/setup.h.in index 0e596334db..966aad994d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -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