#pragma interface
#endif
-#if wxUSE_ZLIB && wxUSE_STREAMS && wxUSE_ZIPSTREAM
+#include "wx/defs.h"
-#include <wx/stream.h>
+#if wxUSE_STREAMS && wxUSE_ZIPSTREAM && wxUSE_ZLIB
+
+#include "wx/stream.h"
//--------------------------------------------------------------------------------
// wxZipInputStream
};
-#endif //
+#endif
+ // wxUSE_STREAMS && wxUSE_ZIPSTREAM && wxUSE_ZLIB
-#endif // __ZIPSTREAM_H__
+#endif
+ // __ZIPSTREAM_H__