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: 60a52e89640f771fcae6915330c9cb0c46379776 (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

#undef BT_NAMESPACE
#define BT_NAMESPACE NBT3Z

#define HASH_ZIP

#include "BinTree.h"
#include "BinTreeMain.h"

#undef HASH_ZIP

#endif