mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-16 02:11:43 -06:00
3.13
This commit is contained in:
22
7zip/Compress/LZ/Patricia/Pat2R.h
Executable file
22
7zip/Compress/LZ/Patricia/Pat2R.h
Executable file
@@ -0,0 +1,22 @@
|
||||
// Pat2R.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __PAT2R__H
|
||||
#define __PAT2R__H
|
||||
|
||||
#undef PAT_CLSID
|
||||
#define PAT_CLSID CLSID_CMatchFinderPat2R
|
||||
|
||||
#undef PAT_NAMESPACE
|
||||
#define PAT_NAMESPACE NPat2R
|
||||
|
||||
#define __NODE_2_BITS
|
||||
|
||||
#include "Pat.h"
|
||||
#include "PatMain.h"
|
||||
|
||||
#undef __NODE_2_BITS
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user