X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac57418f39e9671c18b99942180563146625d3ae..fd15d8f1b0b437312a117b7e4509708a22e30806:/include/wx/zstream.h?ds=sidebyside diff --git a/include/wx/zstream.h b/include/wx/zstream.h index 75af3270c8..40396a1251 100644 --- a/include/wx/zstream.h +++ b/include/wx/zstream.h @@ -15,9 +15,9 @@ #pragma interface #endif -#include "defs.h" +#include "wx/defs.h" -#ifdef wxUSE_ZLIB +#if wxUSE_ZLIB && wxUSE_STREAMS #include @@ -52,5 +52,7 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream { }; #endif + // wxUSE_ZLIB && wxUSE_STREAMS #endif + // _WX_WXZSTREAM_H__ \ No newline at end of file