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

#undef BT_NAMESPACE
#define BT_NAMESPACE NBT3Z

#define HASH_ZIP

#include "BinTreeMain.h"

#undef HASH_ZIP

#endif