2013-03-14 01:14:18 +00:00
|
|
|
//
|
2001-01-10 01:25:29 +00:00
|
|
|
// Pattern.h: decalration for pattern functions
|
|
|
|
|
|
|
|
#if !defined(PATTERN_H__INCLUDED_)
|
|
|
|
#define PATTERN_H__INCLUDED_
|
|
|
|
|
|
|
|
#define PATTERN_MATCH_ALL _T("*")
|
|
|
|
|
|
|
|
BOOL PatternMatch(const TCHAR *pszPattern, const TCHAR *pszTry);
|
|
|
|
|
|
|
|
#endif
|