From d297e8ff2a593a5cf27cd1bd37d74390d5370762 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 17 Jan 2002 23:57:22 +0000 Subject: [PATCH] wxUSE_IFF 0 by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 844b63a16c..1917753d95 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -931,8 +931,8 @@ // 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 -- 2.50.0