Changeset 5858 for trunk/include/win


Ignore:
Timestamp:
Jun 1, 2001, 10:10:09 AM (24 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/shlwapi.h

    r5616 r5858  
    1010#endif /* defined(__cplusplus) */
    1111
     12
     13/* Mask returned by GetPathCharType */
     14#define GCT_INVALID     0x0000
     15#define GCT_LFNCHAR     0x0001
     16#define GCT_SHORTCHAR   0x0002
     17#define GCT_WILD        0x0004
     18#define GCT_SEPARATOR   0x0008
    1219
    1320/*
Note: See TracChangeset for help on using the changeset viewer.