Files
easy7zip/7zip/Compress/LZ/HashChain/HC4.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

25 lines
295 B
C
Executable File

// HC4.h
#pragma once
#ifndef __HC4__H
#define __HC4__H
#undef HC_CLSID
#define HC_CLSID CLSID_CMatchFinderHC4
#undef HC_NAMESPACE
#define HC_NAMESPACE NHC4
#define HASH_ARRAY_2
#define HASH_ARRAY_3
#include "HCMF.h"
#include "HCMFMain.h"
#undef HASH_ARRAY_2
#undef HASH_ARRAY_3
#endif