mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 05:15:01 -06:00
19 lines
223 B
C
Executable File
19 lines
223 B
C
Executable File
// 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
|