aboutsummaryrefslogtreecommitdiff
path: root/sp/src/utils/lzma/C/7zip/Compress/LZ/BinTree/BinTree3Z.h
blob: d2c092b40985f51765732a7773508e4ff7b25eba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// BinTree3Z.h

#ifndef __BINTREE3Z_H
#define __BINTREE3Z_H

#define BT_NAMESPACE NBT3Z

#define HASH_ZIP

#include "BinTreeMain.h"

#undef HASH_ZIP

#undef BT_NAMESPACE

#endif