]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_zip.cpp
[ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtrl kb navigation
[wxWidgets.git] / src / common / fs_zip.cpp
index b8ef9b69f9abecca8f7595c3117465f4445843ce..f96f1b8ee3111565e0a847f7cb06eeaa4eab3ff4 100644 (file)
@@ -38,7 +38,7 @@ class wxZipFSInputStream : public wxZipInputStream
                : wxZipInputStream(*file->GetStream())
        {
             m_file = file;
-#if 1 //WXWIN_COMPATIBILITY_2_6
+#if WXWIN_COMPATIBILITY_2_6
             m_allowSeeking = true;
 #endif
        }