summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTree2.h
blob: 7953d061ae70745d6a174a05aeebec8fd956c3cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __BINTREE2__H
#define __BINTREE2__H

#undef BT_CLSID
#define BT_CLSID CLSID_CMatchFinderBT2

#undef BT_NAMESPACE
#define BT_NAMESPACE NBT2

#include "BinTreeMF.h"

#endif