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:
parent
b9b32d5c4f
commit
7be110e30d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user