mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 06:11:46 -06:00
21.02
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
namespace NArchive {
|
||||
namespace NZip {
|
||||
|
||||
const unsigned kNumMethodNames1 = NFileHeader::NCompressionMethod::kLZMA + 1;
|
||||
const unsigned kMethodNames2Start = NFileHeader::NCompressionMethod::kXz;
|
||||
const unsigned kNumMethodNames1 = NFileHeader::NCompressionMethod::kZstdPk + 1;
|
||||
const unsigned kMethodNames2Start = NFileHeader::NCompressionMethod::kZstdWz;
|
||||
const unsigned kNumMethodNames2 = NFileHeader::NCompressionMethod::kWzAES + 1 - kMethodNames2Start;
|
||||
|
||||
extern const char * const kMethodNames1[kNumMethodNames1];
|
||||
|
||||
Reference in New Issue
Block a user