From 71478fd62d8483483abb34609cdabb7f9cbadfd6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 19 Dec 2015 14:18:43 +0000 Subject: Add hostTools from https://github.com/Noltari/cfe_bcm63xx --- hostTools/lzma/compress/BinTree4Main.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hostTools/lzma/compress/BinTree4Main.h (limited to 'hostTools/lzma/compress/BinTree4Main.h') 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 + -- cgit v1.2.3