1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-14 23:03:53 +00:00
reactos/rosapps/sysutils/regexpl/Pattern.h
Steven Edwards 456be5d16b remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
2005-05-07 21:24:31 +00:00

12 lines
235 B
C

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