]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix for --disable-ffile.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 19 Nov 2006 22:04:53 +0000 (22:04 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sun, 19 Nov 2006 22:04:53 +0000 (22:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/zipstrm.h

index 7f6876573b80c06b902805105bdfdc173a4821af..21a897bf6888bbba66d6615eae1611e98a04186e 100644 (file)
@@ -383,7 +383,7 @@ protected:
     size_t WXZIPFIX OnSysRead(void *buffer, size_t size);
     wxFileOffset OnSysTell() const { return m_decomp ? m_decomp->TellI() : 0; }
 
-#if WXWIN_COMPATIBILITY_2_6 && wxUSE_FFILE
+#if WXWIN_COMPATIBILITY_2_6
     wxFileOffset WXZIPFIX OnSysSeek(wxFileOffset seek, wxSeekMode mode);
 #endif