mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-18 08:11:54 -06:00
3.13
This commit is contained in:
26
7zip/Compress/LZ/HashChain/HC4b.h
Executable file
26
7zip/Compress/LZ/HashChain/HC4b.h
Executable file
@@ -0,0 +1,26 @@
|
||||
// HC4b.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __HC4B__H
|
||||
#define __HC4B__H
|
||||
|
||||
#undef HC_CLSID
|
||||
#define HC_CLSID CLSID_CMatchFinderHC4b
|
||||
|
||||
#undef HC_NAMESPACE
|
||||
#define HC_NAMESPACE NHC4b
|
||||
|
||||
#define HASH_ARRAY_2
|
||||
#define HASH_ARRAY_3
|
||||
#define HASH_BIG
|
||||
|
||||
#include "HCMF.h"
|
||||
#include "HCMFMain.h"
|
||||
|
||||
#undef HASH_ARRAY_2
|
||||
#undef HASH_ARRAY_3
|
||||
#undef HASH_BIG
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user