mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 16:07:09 -06:00
18 lines
178 B
C
Executable File
18 lines
178 B
C
Executable File
// HC3.h
|
|
|
|
#ifndef __HC3_H
|
|
#define __HC3_H
|
|
|
|
#undef HC_NAMESPACE
|
|
#define HC_NAMESPACE NHC3
|
|
|
|
#define HASH_ARRAY_2
|
|
|
|
#include "HC.h"
|
|
#include "HCMain.h"
|
|
|
|
#undef HASH_ARRAY_2
|
|
|
|
#endif
|
|
|