mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 20:07:05 -06:00
19 lines
211 B
C
Executable File
19 lines
211 B
C
Executable File
// HC2.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __HC2__H
|
|
#define __HC2__H
|
|
|
|
#undef HC_CLSID
|
|
#define HC_CLSID CLSID_CMatchFinderHC2
|
|
|
|
#undef HC_NAMESPACE
|
|
#define HC_NAMESPACE NHC2
|
|
|
|
#include "HCMF.h"
|
|
#include "HCMFMain.h"
|
|
|
|
#endif
|
|
|