]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix for --without-zlib --enable-compat26.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 1 Feb 2008 17:07:40 +0000 (17:07 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 1 Feb 2008 17:07:40 +0000 (17:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/fs_arc.cpp

index ff639417dd080ec1c23f0b9fe6f96459390b0e05..9d7ae4fe10b04220210168e7ea99fb9b162fe5d7 100644 (file)
@@ -22,7 +22,7 @@
     #include "wx/log.h"
 #endif
 
-#if WXWIN_COMPATIBILITY_2_6
+#if WXWIN_COMPATIBILITY_2_6 && wxUSE_ZIPSTREAM
     #include "wx/zipstrm.h"
 #else
     #include "wx/archive.h"
@@ -406,7 +406,7 @@ wxFSFile* wxArchiveFSHandler::OpenFile(
         return NULL;
     }
 
-#if WXWIN_COMPATIBILITY_2_6
+#if WXWIN_COMPATIBILITY_2_6 && wxUSE_ZIPSTREAM
     if (factory->IsKindOf(CLASSINFO(wxZipClassFactory)))
         ((wxZipInputStream*)s)->m_allowSeeking = true;
 #endif // WXWIN_COMPATIBILITY_2_6