Ignore:
Timestamp:
Jan 5, 2002, 8:11:10 PM (24 years ago)
Author:
umoeller
Message:

Tons of updates for turbo folders and replacement icons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/stringh.h

    r123 r127  
    166166    /* ******************************************************************
    167167     *
    168      *   Wildcard matching
    169      *
    170      ********************************************************************/
    171 
    172     #define FNM_MATCH           0
    173     #define FNM_NOMATCH         1
    174     #define FNM_ERR             2
    175 
    176     #define FNM_NOESCAPE        16
    177     #define FNM_PATHNAME        32
    178     #define FNM_PERIOD          64
    179 
    180     #define FNM_STYLE_MASK      15
    181 
    182     #define FNM_POSIX           0
    183     #define FNM_OS2             1
    184     #define FNM_DOS             2
    185 
    186     #define FNM_IGNORECASE      128
    187     #define FNM_PATHPREFIX      256
    188 
    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      *
    197168     *   Fast string searches
    198169     *
Note: See TracChangeset for help on using the changeset viewer.