]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/zstream.h
Changed order of #ifdefs to get native version on OS/2, even if
[wxWidgets.git] / include / wx / zstream.h
index cab4f71e07bd595adfd3d5ac30b9a9b27768e4b3..fa65ee7f4e6207e34316c1cc81fae7f523072c1f 100644 (file)
 #pragma interface
 #endif
 
-#include <wx/stream.h>
+#include "wx/defs.h"
+
+#if wxUSE_ZLIB && wxUSE_STREAMS
+
+#include "wx/stream.h"
 
 class WXDLLEXPORT wxZlibInputStream: public wxFilterInputStream {
  public:
@@ -48,3 +52,8 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream {
 };
 
 #endif
+  // wxUSE_ZLIB && wxUSE_STREAMS
+
+#endif
+   // _WX_WXZSTREAM_H__
+