Changeset 127 for trunk/include/helpers/stringh.h
- Timestamp:
- Jan 5, 2002, 8:11:10 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/stringh.h
r123 r127 166 166 /* ****************************************************************** 167 167 * 168 * Wildcard matching169 *170 ********************************************************************/171 172 #define FNM_MATCH 0173 #define FNM_NOMATCH 1174 #define FNM_ERR 2175 176 #define FNM_NOESCAPE 16177 #define FNM_PATHNAME 32178 #define FNM_PERIOD 64179 180 #define FNM_STYLE_MASK 15181 182 #define FNM_POSIX 0183 #define FNM_OS2 1184 #define FNM_DOS 2185 186 #define FNM_IGNORECASE 128187 #define FNM_PATHPREFIX 256188 189 BOOL XWPENTRY strhMatchOS2(const char *pcszMask, const char *pcszName);190 191 BOOL XWPENTRY strhMatchExt(const char *pcszMask,192 const char *pcszName,193 unsigned flags);194 195 /* ******************************************************************196 *197 168 * Fast string searches 198 169 *
Note:
See TracChangeset
for help on using the changeset viewer.