]> git.saurik.com Git - wxWidgets.git/commitdiff
Replaced wxUSE_LIBGIF with wxUSE_GIF
authorGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 9 Sep 1999 22:01:30 +0000 (22:01 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 9 Sep 1999 22:01:30 +0000 (22:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/gifdecod.cpp

index 35c13c01f74b6ea7db0a2a36ee081dcb1431ffc9..e8fcdc7514f06ad0dc13a4b6aa364d94511adfe3 100644 (file)
 #endif
 
 #ifndef WX_PRECOMP
 #endif
 
 #ifndef WX_PRECOMP
-#  include "wx/setup.h"
+#  include "wx/defs.h"
 #endif
 
 #endif
 
-#if wxUSE_STREAMS
+#if wxUSE_STREAMS && wxUSE_GIF
 
 #include <stdlib.h>
 #include <string.h>
 
 #include <stdlib.h>
 #include <string.h>
-#include "wx/defs.h"
 #include "wx/gifdecod.h"
  
 
 #include "wx/gifdecod.h"
  
 
@@ -626,4 +625,4 @@ int wxGIFDecoder::ReadGIF()
     return E_OK;
 }
 
     return E_OK;
 }
 
-#endif // wxUSE_STREAM
+#endif // wxUSE_STREAMS && wxUSE_GIF