diff options
Diffstat (limited to '')
| -rw-r--r-- | CPP/7zip/Archive/Zip/ZipRegister.cpp | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/CPP/7zip/Archive/Zip/ZipRegister.cpp b/CPP/7zip/Archive/Zip/ZipRegister.cpp index e6929f1..3ad4715 100644 --- a/CPP/7zip/Archive/Zip/ZipRegister.cpp +++ b/CPP/7zip/Archive/Zip/ZipRegister.cpp | |||
| @@ -20,9 +20,19 @@ REGISTER_ARC_IO( | |||
| 20 | "zip", "zip z01 zipx jar xpi odt ods docx xlsx epub ipa apk appx", 0, 1, | 20 | "zip", "zip z01 zipx jar xpi odt ods docx xlsx epub ipa apk appx", 0, 1, |
| 21 | k_Signature, | 21 | k_Signature, |
| 22 | 0, | 22 | 0, |
| 23 | NArcInfoFlags::kFindSignature | | 23 | NArcInfoFlags::kFindSignature |
| 24 | NArcInfoFlags::kMultiSignature | | 24 | | NArcInfoFlags::kMultiSignature |
| 25 | NArcInfoFlags::kUseGlobalOffset, | 25 | | NArcInfoFlags::kUseGlobalOffset |
| 26 | IsArc_Zip) | 26 | | NArcInfoFlags::kCTime |
| 27 | // | NArcInfoFlags::kCTime_Default | ||
| 28 | | NArcInfoFlags::kATime | ||
| 29 | // | NArcInfoFlags::kATime_Default | ||
| 30 | | NArcInfoFlags::kMTime | ||
| 31 | | NArcInfoFlags::kMTime_Default | ||
| 32 | , TIME_PREC_TO_ARC_FLAGS_MASK (NFileTimeType::kWindows) | ||
| 33 | | TIME_PREC_TO_ARC_FLAGS_MASK (NFileTimeType::kUnix) | ||
| 34 | | TIME_PREC_TO_ARC_FLAGS_MASK (NFileTimeType::kDOS) | ||
| 35 | | TIME_PREC_TO_ARC_FLAGS_TIME_DEFAULT (NFileTimeType::kWindows) | ||
| 36 | , IsArc_Zip) | ||
| 27 | 37 | ||
| 28 | }} | 38 | }} |
