reactos/rosapps/sysutils/regexpl/Pattern.h

13 lines
235 B
C
Raw Normal View History

/* $Id$ */
// 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