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

#undef BT_CLSID
#define BT_CLSID CLSID_CMatchFinderBT3

#undef BT_NAMESPACE
#define BT_NAMESPACE NBT3

#define HASH_ARRAY_2

#include "BinTreeMFMain.h"

#undef HASH_ARRAY_2

#endif