Files
easy7zip/7zip/Compress/LZ/HashChain/HC3.h
Igor Pavlov 02516d3fce 4.33 beta
2016-05-28 00:15:46 +01:00

17 lines
162 B
C
Executable File

// HC3.h
#ifndef __HC3_H
#define __HC3_H
#define BT_NAMESPACE NHC3
#define HASH_ARRAY_2
#include "HCMain.h"
#undef HASH_ARRAY_2
#undef BT_NAMESPACE
#endif