From b920c41b60cbb70e7ee9d9eb02a461ed5c7a5788 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 5 Feb 2002 00:14:21 +0000 Subject: [PATCH] defined wxUSE_IFF git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup.h | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/include/wx/univ/setup.h b/include/wx/univ/setup.h index 6bbef6b038..efc1d03176 100644 --- a/include/wx/univ/setup.h +++ b/include/wx/univ/setup.h @@ -173,12 +173,6 @@ #define wxODBC_BACKWARD_COMPATABILITY 0 #define REMOVE_UNUSED_ARG 1 #define wxUSE_IOSTREAMH 0 -#define wxUSE_LIBPNG 0 -#define wxUSE_LIBJPEG 0 -#define wxUSE_LIBTIFF 0 -#define wxUSE_GIF 0 -#define wxUSE_PNM 0 -#define wxUSE_PCX 0 #define wxUSE_ICO_CUR 1 @@ -330,12 +324,6 @@ #define wxODBC_BACKWARD_COMPATABILITY 0 #define REMOVE_UNUSED_ARG 1 #define wxUSE_IOSTREAMH 0 -#define wxUSE_LIBPNG 0 -#define wxUSE_LIBJPEG 0 -#define wxUSE_LIBTIFF 0 -#define wxUSE_GIF 0 -#define wxUSE_PNM 0 -#define wxUSE_PCX 0 #define wxUSE_ICO_CUR 1 @@ -513,4 +501,12 @@ #define wxUSE_PALETTE 0 +#define wxUSE_LIBPNG 0 +#define wxUSE_LIBJPEG 0 +#define wxUSE_LIBTIFF 0 +#define wxUSE_IFF 0 +#define wxUSE_GIF 0 +#define wxUSE_PNM 0 +#define wxUSE_PCX 0 + #endif // _WX_UNIV_SETUP_H_ -- 2.47.2