]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/archive.cpp
reenable WS_TABSTOP (patch 1045547)
[wxWidgets.git] / src / common / archive.cpp
index 22a053b4c46b8dccfc945cc5c7c901a19944a29b..8ad3fcc2bd2a95794a24f7a2588867484aa4d6e9 100644 (file)
@@ -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