summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTree3.h
blob: 320a6195658dc09a83929e6cf2216fe2cc264b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __BINTREE3__H
#define __BINTREE3__H

#undef BT_CLSID
#define BT_CLSID CLSID_CMatchFinderBT3

#undef BT_NAMESPACE
#define BT_NAMESPACE NBT3

#define HASH_ARRAY_2

#include "BinTreeMF.h"

#undef HASH_ARRAY_2

#endif