summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTree4Main.h
diff options
context:
space:
mode:
Diffstat (limited to 'hostTools/lzma/compress/BinTree4Main.h')
-rw-r--r--hostTools/lzma/compress/BinTree4Main.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/hostTools/lzma/compress/BinTree4Main.h b/hostTools/lzma/compress/BinTree4Main.h
new file mode 100644
index 0000000..f8e2e22
--- /dev/null
+++ b/hostTools/lzma/compress/BinTree4Main.h
@@ -0,0 +1,19 @@
+#ifndef __BINTREEMAIN4__H
+#define __BINTREEMAIN4__H
+
+#undef BT_CLSID
+#define BT_CLSID CLSID_CMatchFinderBT4
+
+#undef BT_NAMESPACE
+#define BT_NAMESPACE NBT4
+
+#define HASH_ARRAY_2
+#define HASH_ARRAY_3
+
+#include "BinTreeMFMain.h"
+
+#undef HASH_ARRAY_2
+#undef HASH_ARRAY_3
+
+#endif
+