summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTree3Main.h
diff options
context:
space:
mode:
Diffstat (limited to 'hostTools/lzma/compress/BinTree3Main.h')
-rw-r--r--hostTools/lzma/compress/BinTree3Main.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/hostTools/lzma/compress/BinTree3Main.h b/hostTools/lzma/compress/BinTree3Main.h
new file mode 100644
index 0000000..6331084
--- /dev/null
+++ b/hostTools/lzma/compress/BinTree3Main.h
@@ -0,0 +1,17 @@
+#ifndef __BINTREE3MAIN__H
+#define __BINTREE3MAIN__H
+
+#undef BT_CLSID
+#define BT_CLSID CLSID_CMatchFinderBT3
+
+#undef BT_NAMESPACE
+#define BT_NAMESPACE NBT3
+
+#define HASH_ARRAY_2
+
+#include "BinTreeMFMain.h"
+
+#undef HASH_ARRAY_2
+
+#endif
+