Files
easy7zip/7zip/Compress/LZ/HashChain/HC4b.h
Igor Pavlov 3c510ba80b 4.20
2016-05-28 00:15:41 +01:00

22 lines
258 B
C
Executable File

// HC4b.h
#ifndef __HC4B__H
#define __HC4B__H
#undef HC_NAMESPACE
#define HC_NAMESPACE NHC4b
#define HASH_ARRAY_2
#define HASH_ARRAY_3
#define HASH_BIG
#include "HC.h"
#include "HCMain.h"
#undef HASH_ARRAY_2
#undef HASH_ARRAY_3
#undef HASH_BIG
#endif