Replaced wxUSE_LIBGIF with wxUSE_GIF

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 1999-09-09 22:01:30 +00:00
parent b9b32d5c4f
commit 7be110e30d

View File

@ -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 <stdlib.h>
#include <string.h>
#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