
- upgraded to the latest LZMA SDK git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3637 212acab6-be3b-0410-9dea-997c60f758d6
17 lines
204 B
C
17 lines
204 B
C
// 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
|
|
|