Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Pat2R.h « Patricia « LZ « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2d291c8eef3ed2783f199e4f346267f9db4be73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Pat2R.h

#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