wxUSE_GIF instead of wxUSE_LIBGIF

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
1999-09-09 22:14:22 +00:00
parent 83413d6d2d
commit 83b1bfaac9

View File

@@ -157,7 +157,7 @@
// Set this to 0 if your compiler can't cope
// with omission of prototype parameters.
#define wxUSE_ODBC 1
#define wxUSE_ODBC 0
// Define 1 to use ODBC classes
#ifndef __MWERKS__
@@ -172,7 +172,7 @@
#define wxUSE_STREAMS 1
// If enabled (1), compiles wxWindows streams classes
#define wxUSE_STD_IOSTREAM 1
#define wxUSE_STD_IOSTREAM 0
// Use standard C++ streams if 1. If 0, use wxWin
// streams implementation.
@@ -187,15 +187,15 @@
#define wxUSE_ZLIB 1
// Use zlib for compression in streams and PNG code
#define wxUSE_LIBPNG 1
// Use PNG bitmap code
#define wxUSE_LIBJPEG 0
// Use JPEG bitmap code
#define wxUSE_LIBGIF 1
// Use GIF bitmap code
// Use PNG bitmap/image code
#define wxUSE_LIBJPEG 1
// Use JPEG bitmap/image code
#define wxUSE_GIF 1
// Use GIF bitmap/image code
#define wxUSE_PNM 1
// Use PNM bitmap code
// Use PNM bitmap/image code
#define wxUSE_PCX 1
// Use PCX bitmap code
// Use PCX bitmap/image code
#define wxUSE_SERIAL 0
// Use serialization (requires utils/serialize)
#define wxUSE_DYNLIB_CLASS 0
@@ -204,7 +204,7 @@
#define wxUSE_TOOLTIPS 1
// Define to use wxToolTip class and
// wxWindow::SetToolTip() method
#define wxUSE_SOCKETS 0
#define wxUSE_SOCKETS 1
// Set to 1 to use socket classes
#define wxUSE_HTML 0
// Set to 1 to use wxHTML sub-library
@@ -393,8 +393,8 @@
#undef wxUSE_LIBJPEG
#define wxUSE_LIBJPEG 0
#undef wxUSE_LIBGIF
#define wxUSE_LIBGIF 0
#undef wxUSE_GIF
#define wxUSE_GIF 0
#undef wxUSE_PNM
#define wxUSE_PNM 0