We need to explicitly enable wxUSE_IFF on Windows,

it is turned off by default.
This commit is contained in:
Robin Dunn
2017-06-30 08:51:16 -07:00
parent aed793bb54
commit 5e0c0fb19c

View File

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