mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 18:07:07 -06:00
23 lines
254 B
C
Executable File
23 lines
254 B
C
Executable File
// HC3.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __HC3__H
|
|
#define __HC3__H
|
|
|
|
#undef HC_CLSID
|
|
#define HC_CLSID CLSID_CMatchFinderHC3
|
|
|
|
#undef HC_NAMESPACE
|
|
#define HC_NAMESPACE NHC3
|
|
|
|
#define HASH_ARRAY_2
|
|
|
|
#include "HCMF.h"
|
|
#include "HCMFMain.h"
|
|
|
|
#undef HASH_ARRAY_2
|
|
|
|
#endif
|
|
|