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