X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..8506d95db494b020068bf2a7a69763b0f2b661b5:/include/wx/zipstream.h?ds=sidebyside diff --git a/include/wx/zipstream.h b/include/wx/zipstream.h index 6da057c473..77074fa97b 100644 --- a/include/wx/zipstream.h +++ b/include/wx/zipstream.h @@ -13,9 +13,11 @@ #pragma interface #endif -#if wxUSE_ZLIB && wxUSE_STREAMS +#include "wx/defs.h" -#include +#if wxUSE_STREAMS && wxUSE_ZIPSTREAM && wxUSE_ZLIB + +#include "wx/stream.h" //-------------------------------------------------------------------------------- // wxZipInputStream @@ -48,9 +50,11 @@ class WXDLLEXPORT wxZipInputStream : public wxInputStream }; -#endif // if use_zlib && use_streams +#endif + // wxUSE_STREAMS && wxUSE_ZIPSTREAM && wxUSE_ZLIB -#endif // __ZIPSTREAM_H__ +#endif + // __ZIPSTREAM_H__