X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/124031d5170ab9a6b7db3e4314b7ab00e9ff92b5..367f2585a535c5d42cd84d223c68b86afcc4b131:/include/wx/zstream.h diff --git a/include/wx/zstream.h b/include/wx/zstream.h index 9538abcff6..40396a1251 100644 --- a/include/wx/zstream.h +++ b/include/wx/zstream.h @@ -17,7 +17,7 @@ #include "wx/defs.h" -#ifdef wxUSE_ZLIB +#if wxUSE_ZLIB && wxUSE_STREAMS #include @@ -52,5 +52,7 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream { }; #endif + // wxUSE_ZLIB && wxUSE_STREAMS #endif + // _WX_WXZSTREAM_H__ \ No newline at end of file