Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Archive/Zip/ZipHeader.h')
-rwxr-xr-x7zip/Archive/Zip/ZipHeader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/7zip/Archive/Zip/ZipHeader.h b/7zip/Archive/Zip/ZipHeader.h
index e6d1288a..7d023715 100755
--- a/7zip/Archive/Zip/ZipHeader.h
+++ b/7zip/Archive/Zip/ZipHeader.h
@@ -67,7 +67,8 @@ namespace NFileHeader
kDeflated64 = 9,
kPKImploding = 10,
- kBZip2 = 12
+ kBZip2 = 12,
+ kWinZipPPMd = 0x62
};
const int kNumCompressionMethods = 11;
const Byte kMadeByProgramVersion = 20;