#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"
IMPLEMENT_ABSTRACT_CLASS(wxArchiveEntry, wxObject)
IMPLEMENT_ABSTRACT_CLASS(wxArchiveClassFactory, wxObject)
+#if wxUSE_ZIPSTREAM
FORCE_LINK(zipstrm)
+#endif
/////////////////////////////////////////////////////////////////////////////
return *this;
}
-#endif
+#endif // wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS