~ubuntu-branches/ubuntu/trusty/advancecomp/trusty

« back to all changes in this revision

Viewing changes to 7z/BinTree4b.h

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2006-05-13 21:15:49 UTC
  • Revision ID: james.westby@ubuntu.com-20060513211549-2vu7peis643ojcm5
Tags: upstream-1.15
ImportĀ upstreamĀ versionĀ 1.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __BINTREE4B__H
 
2
#define __BINTREE4B__H
 
3
 
 
4
#undef BT_CLSID
 
5
#define BT_CLSID CLSID_CMatchFinderBT4b
 
6
 
 
7
#undef BT_NAMESPACE
 
8
#define BT_NAMESPACE NBT4b
 
9
 
 
10
#define HASH_ARRAY_2
 
11
#define HASH_ARRAY_3
 
12
#define HASH_BIG
 
13
 
 
14
#include "BinTreeMF.h"
 
15
 
 
16
#undef HASH_ARRAY_2
 
17
#undef HASH_ARRAY_3
 
18
#undef HASH_BIG
 
19
 
 
20
#endif
 
21