reactos/modules/rosapps/applications/sysutils/regexpl/Pattern.h

12 lines
226 B
C

//
// 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