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