source2006/utils/lzma/C/7zip/Compress/LZ/BinTree/BinTree4.h
2020-02-25 05:28:57 +02:00

18 lines
223 B
C

// 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