X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4259a48e0b5799e015061f8e649ab54ad2d9dc7f..5526e819eca4465ed5520d49bccfebc6a28045e0:/include/wx/zstream.h diff --git a/include/wx/zstream.h b/include/wx/zstream.h index cab4f71e07..40396a1251 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,7 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream { }; #endif + // wxUSE_ZLIB && wxUSE_STREAMS + +#endif + // _WX_WXZSTREAM_H__ \ No newline at end of file