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

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

#ifndef __BINTREE4_H
#define __BINTREE4_H

#define BT_NAMESPACE NBT4

#define HASH_ARRAY_2
#define HASH_ARRAY_3

#include "BinTreeMain.h"

#undef HASH_ARRAY_2
#undef HASH_ARRAY_3

#undef BT_NAMESPACE

#endif