Return to BinTree3Z.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / tools / oldlzma / SRC / 7zip / Compress / LZ / BinTree |
1.1 misho 1: // BinTree3Z.h 2: 3: #ifndef __BINTREE3Z_H 4: #define __BINTREE3Z_H 5: 6: #undef BT_NAMESPACE 7: #define BT_NAMESPACE NBT3Z 8: 9: #define HASH_ZIP 10: 11: #include "BinTree.h" 12: #include "BinTreeMain.h" 13: 14: #undef HASH_ZIP 15: 16: #endif