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