removed wxGzipStreams (supported by wxZlibStreams now)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-04-25 08:55:57 +00:00
parent 1ec0f48ed6
commit 477a623837
12 changed files with 5 additions and 126 deletions

View File

@@ -424,12 +424,9 @@
#define wxUSE_ZIPSTREAM 1
// Set to 1 to compile wxZlibInput/OutputStream classes. Also required by
// wxUSE_LIBPNG and wxUSE_GZSTREAM.
// wxUSE_LIBPNG
#define wxUSE_ZLIB 1
// Set to 1 to compile wxGzipInput/OutputStream classes. Requires wxUSE_ZLIB.
#define wxUSE_GZSTREAM 1
// Set to 1 to enable virtual Internet filesystem (requires wxUSE_FILESYSTEM)
#define wxUSE_FS_INET 1