]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_arc.cpp
Do not allow multiple selection when dragging in the 'value' column
[wxWidgets.git] / src / common / fs_arc.cpp
index 0a16addb229037f37dec1f8e2c7fc5d64644d9a1..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,14 +406,14 @@ 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
 
     return new wxFSFile(s,
                         key + right,
-                        GetMimeTypeFromExt(location),
+                        wxEmptyString,
                         GetAnchor(location)
 #if wxUSE_DATETIME
                         , entry->GetDateTime()