ReactOS 0.4.15-dev-7918-g2a2556c
Pattern.h
Go to the documentation of this file.
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
9BOOL PatternMatch(const TCHAR *pszPattern, const TCHAR *pszTry);
10
11#endif
BOOL PatternMatch(const TCHAR *pszPattern, const TCHAR *pszTry)
Definition: Pattern.cpp:28
unsigned int BOOL
Definition: ntddk_ex.h:94
char TCHAR
Definition: xmlstorage.h:189