aboutsummaryrefslogtreecommitdiff
path: root/sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC4.h
diff options
context:
space:
mode:
Diffstat (limited to 'sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC4.h')
-rw-r--r--sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC4.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC4.h b/sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC4.h
new file mode 100644
index 00000000..1fda4ac6
--- /dev/null
+++ b/sp/src/utils/lzma/C/7zip/Compress/LZ/HashChain/HC4.h
@@ -0,0 +1,19 @@
+// HC4.h
+
+#ifndef __HC4_H
+#define __HC4_H
+
+#define BT_NAMESPACE NHC4
+
+#define HASH_ARRAY_2
+#define HASH_ARRAY_3
+
+#include "HCMain.h"
+
+#undef HASH_ARRAY_2
+#undef HASH_ARRAY_3
+
+#undef BT_NAMESPACE
+
+#endif
+