pat2.h

来自「pe exe packer (must use vc2005 to compil」· C头文件 代码 · 共 23 行

H
23
字号
// Pat2.h

#ifndef __PAT2__H
#define __PAT2__H

#undef PAT_CLSID
#define PAT_CLSID CLSID_CMatchFinderPat2

#undef PAT_NAMESPACE
#define PAT_NAMESPACE NPat2

#define __AUTO_REMOVE
#define __NODE_2_BITS

#include "Pat.h"
#include "PatMain.h"

#undef __AUTO_REMOVE
#undef  __NODE_2_BITS

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?