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