#include "wx/defs.h"
-#if wxUSE_ZLIB
+#if wxUSE_ZLIB && wxUSE_STREAMS
-#include <wx/stream.h>
+#include "wx/stream.h"
class WXDLLEXPORT wxZlibInputStream: public wxFilterInputStream {
public:
};
#endif
+ // wxUSE_ZLIB && wxUSE_STREAMS
#endif
+ // _WX_WXZSTREAM_H__
+