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

BinTree4b.h « BinTree « LZ « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f5434cb733dad70e0e40961bd7fd3f6c7091f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// BinTree4b.h

#ifndef __BINTREE4B_H
#define __BINTREE4B_H

#undef BT_NAMESPACE
#define BT_NAMESPACE NBT4B

#define HASH_ARRAY_2
#define HASH_ARRAY_3
#define HASH_BIG

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

#undef HASH_ARRAY_2
#undef HASH_ARRAY_3
#undef HASH_BIG

#endif