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/BinTree2Main.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hostTools/lzma/compress/BinTree2Main.h (limited to 'hostTools/lzma/compress/BinTree2Main.h') diff --git a/hostTools/lzma/compress/BinTree2Main.h b/hostTools/lzma/compress/BinTree2Main.h new file mode 100644 index 0000000..385166e --- /dev/null +++ b/hostTools/lzma/compress/BinTree2Main.h @@ -0,0 +1,13 @@ +#ifndef __BINTREE2MAIN__H +#define __BINTREE2MAIN__H + +#undef BT_CLSID +#define BT_CLSID CLSID_CMatchFinderBT2 + +#undef BT_NAMESPACE +#define BT_NAMESPACE NBT2 + +#include "BinTreeMFMain.h" + +#endif + -- cgit v1.2.3