mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 08:11:33 -06:00
4.45 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d9666cf046
commit
a145bfc7cf
@@ -27,7 +27,6 @@ static const int kNumHashBytes = 2;
|
||||
static const UInt32 kNumHashValues = 1 << (kNumHashBytes * 8);
|
||||
|
||||
static const int kNumRefBitsMax = 12; // must be < (kNumHashBytes * 8) = 16
|
||||
static const UInt32 kNumRefsMax = (1 << kNumRefBitsMax);
|
||||
|
||||
#define BS_TEMP_SIZE kNumHashValues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user