diff options
Diffstat (limited to 'sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC3.h')
| -rw-r--r-- | sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC3.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC3.h b/sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC3.h new file mode 100644 index 00000000..263690af --- /dev/null +++ b/sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC3.h @@ -0,0 +1,16 @@ +// 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 + |