#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)
-FORCE_LINK(zipstrm)
+#if wxUSE_ZIPSTREAM
+//FORCE_LINK(zipstrm)
+extern int _wx_link_dummy_func_zipstrm();
+static int _wx_link_dummy_var_zipstrm =
+ _wx_link_dummy_func_zipstrm ();
+#endif
/////////////////////////////////////////////////////////////////////////////
m_notifier->OnEntryUpdated(*this);
}
-wxArchiveEntry& wxArchiveEntry::operator=(const wxArchiveEntry& entry)
+wxArchiveEntry& wxArchiveEntry::operator=(const wxArchiveEntry& WXUNUSED(e))
{
- m_notifier = entry.m_notifier;
+ m_notifier = NULL;
return *this;
}
-#endif
+#endif // wxUSE_STREAMS && wxUSE_ARCHIVE_STREAMS