From 7be110e30de03790fae05676f3426e612b473f2b Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Thu, 9 Sep 1999 22:01:30 +0000 Subject: [PATCH] Replaced wxUSE_LIBGIF with wxUSE_GIF git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/gifdecod.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/common/gifdecod.cpp b/src/common/gifdecod.cpp index 35c13c01f7..e8fcdc7514 100644 --- a/src/common/gifdecod.cpp +++ b/src/common/gifdecod.cpp @@ -20,14 +20,13 @@ #endif #ifndef WX_PRECOMP -# include "wx/setup.h" +# include "wx/defs.h" #endif -#if wxUSE_STREAMS +#if wxUSE_STREAMS && wxUSE_GIF #include #include -#include "wx/defs.h" #include "wx/gifdecod.h" @@ -626,4 +625,4 @@ int wxGIFDecoder::ReadGIF() return E_OK; } -#endif // wxUSE_STREAM +#endif // wxUSE_STREAMS && wxUSE_GIF