summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTree4b.h
diff options
context:
space:
mode:
Diffstat (limited to 'hostTools/lzma/compress/BinTree4b.h')
-rw-r--r--hostTools/lzma/compress/BinTree4b.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/hostTools/lzma/compress/BinTree4b.h b/hostTools/lzma/compress/BinTree4b.h
new file mode 100644
index 0000000..7b68754
--- /dev/null
+++ b/hostTools/lzma/compress/BinTree4b.h
@@ -0,0 +1,21 @@
+#ifndef __BINTREE4B__H
+#define __BINTREE4B__H
+
+#undef BT_CLSID
+#define BT_CLSID CLSID_CMatchFinderBT4b
+
+#undef BT_NAMESPACE
+#define BT_NAMESPACE NBT4b
+
+#define HASH_ARRAY_2
+#define HASH_ARRAY_3
+#define HASH_BIG
+
+#include "BinTreeMF.h"
+
+#undef HASH_ARRAY_2
+#undef HASH_ARRAY_3
+#undef HASH_BIG
+
+#endif
+