From 7a82a27ab8bdb9c015e702f6318cd25b794226d0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 27 May 2019 14:54:36 -0700 Subject: [PATCH] Set wxUSE_WINRT to 0 --- buildtools/build_wxwidgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildtools/build_wxwidgets.py b/buildtools/build_wxwidgets.py index 802b8233..1c953df1 100644 --- a/buildtools/build_wxwidgets.py +++ b/buildtools/build_wxwidgets.py @@ -404,6 +404,7 @@ def main(wxDir, args): flags["wxUSE_DATEPICKCTRL_GENERIC"] = "1" flags["wxUSE_IFF"] = "1" flags["wxUSE_ACCESSIBILITY"] = "1" + flags["wxUSE_WINRT"] = "0" # Remove this when Windows XP finally dies, or when there is a # solution for ticket #13116...