summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTree3ZMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'hostTools/lzma/compress/BinTree3ZMain.h')
-rw-r--r--hostTools/lzma/compress/BinTree3ZMain.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/hostTools/lzma/compress/BinTree3ZMain.h b/hostTools/lzma/compress/BinTree3ZMain.h
new file mode 100644
index 0000000..eb9e080
--- /dev/null
+++ b/hostTools/lzma/compress/BinTree3ZMain.h
@@ -0,0 +1,14 @@
+#ifndef __BINTREE3ZMAIN__H
+#define __BINTREE3ZMAIN__H
+
+#undef BT_NAMESPACE
+#define BT_NAMESPACE NBT3Z
+
+#define HASH_ZIP
+
+#include "BinTreeMain.h"
+
+#undef HASH_ZIP
+
+#endif
+