summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTree4b.h
blob: 7b687546b473a8bfc6931a5a1668249394c1d58c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __BINTREE4B__H
#define __BINTREE4B__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 "BinTreeMF.h"

#undef HASH_ARRAY_2
#undef HASH_ARRAY_3
#undef HASH_BIG

#endif