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/BinTree4bMain.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hostTools/lzma/compress/BinTree4bMain.h (limited to 'hostTools/lzma/compress/BinTree4bMain.h') diff --git a/hostTools/lzma/compress/BinTree4bMain.h b/hostTools/lzma/compress/BinTree4bMain.h new file mode 100644 index 0000000..b707ca1 --- /dev/null +++ b/hostTools/lzma/compress/BinTree4bMain.h @@ -0,0 +1,21 @@ +#ifndef __BINTREE4BMAIN__H +#define __BINTREE4BMAIN__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 "BinTreeMFMain.h" + +#undef HASH_ARRAY_2 +#undef HASH_ARRAY_3 +#undef HASH_BIG + +#endif + -- cgit v1.2.3