X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4259a48e0b5799e015061f8e649ab54ad2d9dc7f..0b8558681e8c69b749f64b891111f5ea72c04550:/include/wx/zstream.h diff --git a/include/wx/zstream.h b/include/wx/zstream.h index cab4f71e07..b1cb0f4760 100644 --- a/include/wx/zstream.h +++ b/include/wx/zstream.h @@ -15,6 +15,10 @@ #pragma interface #endif +#include "wx/defs.h" + +#if wxUSE_ZLIB && wxUSE_STREAMS + #include class WXDLLEXPORT wxZlibInputStream: public wxFilterInputStream { @@ -48,3 +52,8 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream { }; #endif + // wxUSE_ZLIB && wxUSE_STREAMS + +#endif + // _WX_WXZSTREAM_H__ +