
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4772 212acab6-be3b-0410-9dea-997c60f758d6
16 lines
178 B
C
16 lines
178 B
C
// BinTree3Z.h
|
|
|
|
#ifndef __BINTREE3Z_H
|
|
#define __BINTREE3Z_H
|
|
|
|
#define BT_NAMESPACE NBT3Z
|
|
|
|
#define HASH_ZIP
|
|
|
|
#include "BinTreeMain.h"
|
|
|
|
#undef HASH_ZIP
|
|
|
|
#undef BT_NAMESPACE
|
|
|
|
#endif
|