From 5e0c0fb19c0caabd4e2689e321be4b01ef603a5e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 30 Jun 2017 08:51:16 -0700 Subject: [PATCH] We need to explicitly enable wxUSE_IFF on Windows, it is turned off by default. --- buildtools/build_wxwidgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildtools/build_wxwidgets.py b/buildtools/build_wxwidgets.py index eedc6619..f0893e3c 100644 --- a/buildtools/build_wxwidgets.py +++ b/buildtools/build_wxwidgets.py @@ -397,6 +397,7 @@ def main(wxDir, args): flags["wxUSE_POSTSCRIPT"] = "1" flags["wxUSE_AFM_FOR_POSTSCRIPT"] = "0" flags["wxUSE_DATEPICKCTRL_GENERIC"] = "1" + flags["wxUSE_IFF"] = "1" # Remove this when Windows XP finally dies, or when there is a # solution for ticket #13116...