Set wxUSE_WINRT to 0

This commit is contained in:
Robin Dunn
2019-05-27 14:54:36 -07:00
parent bf051ff18b
commit 7a82a27ab8

View File

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