]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_IFF 0 by default
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jan 2002 23:57:22 +0000 (23:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jan 2002 23:57:22 +0000 (23:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 844b63a16ccf49221b1b25b9554d7c446f4031a3..1917753d952334158e5c8b82cd93b8955364ee44 100644 (file)
 // Set to 1 for PCX format support
 #define wxUSE_PCX           1
 
-// Set to 1 for IFF format support
-#define wxUSE_IFF           1
+// Set to 1 for IFF format support (Amiga format)
+#define wxUSE_IFF           0
 
 // Set to 1 for XPM format support
 #define wxUSE_XPM           1