aboutsummaryrefslogtreecommitdiff
path: root/payloads/bayou/util/pbuilder/lzma/C/7zip/Compress/LZ/BinTree/BinTree3.h
blob: 74eb73e293dd3f8f55e168278cb9b23508d27980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// BinTree3.h

#ifndef __BINTREE3_H
#define __BINTREE3_H

#define BT_NAMESPACE NBT3

#define HASH_ARRAY_2

#include "BinTreeMain.h"

#undef HASH_ARRAY_2

#undef BT_NAMESPACE

#endif