windows-nt/Source/XPSP1/NT/inetsrv/intlwb/cht2/srcs/rulelex.h
2020-09-26 16:20:57 +08:00

16 lines
227 B
C++

#ifndef _RULE_LEXICON_H_
#define _RULE_LEXICON_H_
class CRuleLexicon {
public:
CRuleLexicon();
~CRuleLexicon();
BOOL IsAWord(LPCWSTR lpsString, INT nLength);
};
typedef CRuleLexicon *PCRuleLexicon;
#else
#endif