X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f44eaed6506856d3aece4b75d13253810a7a9edb..1dfd425a8cda56960488f1ba5b39ad6e223a1e05:/src/common/archive.cpp diff --git a/src/common/archive.cpp b/src/common/archive.cpp index 22a053b4c4..8ad3fcc2bd 100644 --- a/src/common/archive.cpp +++ b/src/common/archive.cpp @@ -22,7 +22,7 @@ #include "wx/defs.h" #endif -#if wxUSE_ZLIB && wxUSE_STREAMS && wxUSE_ZIPSTREAM +#if wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS #include "wx/archive.h" #include "wx/html/forcelnk.h" @@ -30,7 +30,9 @@ IMPLEMENT_ABSTRACT_CLASS(wxArchiveEntry, wxObject) IMPLEMENT_ABSTRACT_CLASS(wxArchiveClassFactory, wxObject) +#if wxUSE_ZIPSTREAM FORCE_LINK(zipstrm) +#endif ///////////////////////////////////////////////////////////////////////////// @@ -71,4 +73,4 @@ wxArchiveEntry& wxArchiveEntry::operator=(const wxArchiveEntry& WXUNUSED(e)) return *this; } -#endif +#endif // wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS