mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-16 22:11:49 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
@@ -1,7 +1,5 @@
|
||||
// DeflateExtConst.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __DEFLATEEXTCONST_H
|
||||
#define __DEFLATEEXTCONST_H
|
||||
|
||||
@@ -11,11 +9,11 @@ namespace NArchive {
|
||||
namespace NCab {
|
||||
namespace NMSZip {
|
||||
|
||||
const UINT32 kDistTableSize = 30;
|
||||
const UINT32 kHistorySize = 0x8000;
|
||||
const UINT32 kNumLenCombinations = 256;
|
||||
const UInt32 kDistTableSize = 30;
|
||||
const UInt32 kHistorySize = 0x8000;
|
||||
const UInt32 kNumLenCombinations = 256;
|
||||
|
||||
const UINT32 kNumHuffmanBits = 15;
|
||||
const UInt32 kNumHuffmanBits = 15;
|
||||
|
||||
}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user