From b4b830ec00c099ae83596fa3fe9d8a4398fd2929 Mon Sep 17 00:00:00 2001 From: David Webster Date: Fri, 18 Jan 2002 16:57:51 +0000 Subject: [PATCH] Compile in IFF stuff. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/setup0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 502d48dac5..12795aec32 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -247,7 +247,7 @@ // Set to 1 for PNM format support #define wxUSE_PCX 1 // Set to 1 for PCX format support -#define wxUSE_IFF 0 +#define wxUSE_IFF 1 // Set to 1 for IFF format support #define wxUSE_XPM 1 // Set to 1 for XPM format support -- 2.50.0