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

« back to all changes in this revision

Viewing changes to 7z/BinTree3Z.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 __BINTREE3Z__H
 
2
#define __BINTREE3Z__H
 
3
 
 
4
#undef BT_NAMESPACE
 
5
#define BT_NAMESPACE NBT3Z
 
6
 
 
7
#define HASH_ZIP
 
8
 
 
9
#include "BinTree.h"
 
10
 
 
11
#undef HASH_ZIP
 
12
 
 
13
#endif
 
14