added wxGzipIOStreams (patch 792932)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -765,6 +765,17 @@
|
||||
# endif
|
||||
#endif /* wxUSE_PROTOCOL */
|
||||
|
||||
#if wxUSE_GZSTREAM
|
||||
# if !wxUSE_ZLIB
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_GZSTREAM requires wxUSE_ZLIB"
|
||||
# else
|
||||
# undef wxUSE_ZLIB
|
||||
# define wxUSE_ZLIB 1
|
||||
# endif
|
||||
# endif
|
||||
#endif /* wxUSE_GZSTREAM */
|
||||
|
||||
/* have to test for wxUSE_HTML before wxUSE_FILESYSTEM */
|
||||
#if wxUSE_HTML
|
||||
# if !wxUSE_FILESYSTEM
|
||||
|
Reference in New Issue
Block a user