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