Welcome to mirror list, hosted at ThFree Co, Russian Federation.

HC2.h « HashChain « LZ « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8e61a749fb72ab4563680aca87b3776a5218a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// HC2.h

#ifndef __HC2_H
#define __HC2_H

#define BT_NAMESPACE NHC2

#include "HCMain.h"

#undef BT_NAMESPACE

#endif