Fix umpnpmgr build
[reactos.git] / rosapps / sysutils / regexpl / Pattern.h
1 /* $Id$ */
2
3 // Pattern.h: decalration for pattern functions
4
5 #if !defined(PATTERN_H__INCLUDED_)
6 #define PATTERN_H__INCLUDED_
7
8 #define PATTERN_MATCH_ALL _T("*")
9
10 BOOL PatternMatch(const TCHAR *pszPattern, const TCHAR *pszTry);
11
12 #endif