X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51acf83bd6029aeb8fbd8af9c316c03565c715d2..8e7a3ecb9c1b9f5653e56301f51dfa39acca6bc6:/include/wx/zstream.h diff --git a/include/wx/zstream.h b/include/wx/zstream.h index 5a895ab5a8..193bb79d4e 100644 --- a/include/wx/zstream.h +++ b/include/wx/zstream.h @@ -4,7 +4,6 @@ // Author: Guilhem Lavaux // Modified by: Mike Wetherell // Created: 11/07/98 -// RCS-ID: $Id$ // Copyright: (c) Guilhem Lavaux // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -16,6 +15,7 @@ #if wxUSE_ZLIB && wxUSE_STREAMS #include "wx/stream.h" +#include "wx/versioninfo.h" // Compression level enum wxZlibCompressionLevels { @@ -138,6 +138,8 @@ private: DECLARE_DYNAMIC_CLASS(wxGzipClassFactory) }; +WXDLLIMPEXP_BASE wxVersionInfo wxGetZlibVersionInfo(); + #endif // wxUSE_ZLIB && wxUSE_STREAMS