wxArchiveFSHandler switches on simulated seeking for compatibility with
previous versions. Still overridden by wxFS_SEEKABLE. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -440,9 +440,9 @@ private:
|
||||
friend bool wxZipOutputStream::CopyArchiveMetaData(
|
||||
wxZipInputStream& inputStream);
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_6 && wxUSE_FFILE
|
||||
#if WXWIN_COMPATIBILITY_2_6
|
||||
bool m_allowSeeking;
|
||||
friend class wxZipFSInputStream;
|
||||
friend class wxArchiveFSHandler;
|
||||
#endif
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxZipInputStream)
|
||||
|
Reference in New Issue
Block a user