mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 18:07:07 -06:00
25 lines
295 B
C
Executable File
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
|
|
|