Files
easy7zip/7zip/Compress/LZ/BinTree/BinTree3Z.h
Igor Pavlov 3c510ba80b 4.20
2016-05-28 00:15:41 +01:00

17 lines
198 B
C
Executable File

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