source2006/utils/lzma/C/7zip/Compress/LZ/HashChain/HC3.h
2020-02-25 05:28:57 +02:00

16 lines
162 B
C

// 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