Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BinTree3Z.h « BinTree « LZ « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2c092b40985f51765732a7773508e4ff7b25eba (plain)
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