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