summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/BinTree3Z.h
blob: cf65c7f902b1789c195122ecb38217b1658a706c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __BINTREE3Z__H
#define __BINTREE3Z__H

#undef BT_NAMESPACE
#define BT_NAMESPACE NBT3Z

#define HASH_ZIP

#include "BinTree.h"

#undef HASH_ZIP

#endif