summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTree4Main.h
blob: f8e2e22e6855ab3aa4f0e08ad0df8c441d9975c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __BINTREEMAIN4__H
#define __BINTREEMAIN4__H

#undef BT_CLSID
#define BT_CLSID CLSID_CMatchFinderBT4

#undef BT_NAMESPACE
#define BT_NAMESPACE NBT4

#define HASH_ARRAY_2
#define HASH_ARRAY_3

#include "BinTreeMFMain.h"

#undef HASH_ARRAY_2
#undef HASH_ARRAY_3

#endif