]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/zstream.h
converted to 16 colors
[wxWidgets.git] / include / wx / zstream.h
index 9538abcff6d018066e61a4dc2fd0e64d8d23613f..b1cb0f476017373931f8a40c2af023577f281557 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/defs.h"
 
-#ifdef wxUSE_ZLIB
+#if wxUSE_ZLIB && wxUSE_STREAMS
 
 #include <wx/stream.h>
 
@@ -52,5 +52,8 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream {
 };
 
 #endif
+  // wxUSE_ZLIB && wxUSE_STREAMS
 
 #endif
+   // _WX_WXZSTREAM_H__
+