Files
easy7zip/7zip/Compress/Rar20/Rar20ExtConst.h
Igor Pavlov d66cf2fcf3 4.27 beta
2016-05-28 00:15:44 +01:00

22 lines
375 B
C++
Executable File

// Rar20ExtConst.h
// According to unRAR license,
// this code may not be used to develop a
// RAR (WinRAR) compatible archiver
#ifndef __RAR20_EXTCONST_H
#define __RAR20_EXTCONST_H
#include "../../../Common/Types.h"
namespace NCompress {
namespace NRar20 {
const UInt32 kNumRepDists = 4;
const UInt32 kDistTableSize = 48;
const int kMMTableSize = 256 + 1;
}}
#endif