Changeset 5858 for trunk/include
- Timestamp:
 - Jun 1, 2001, 10:10:09 AM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/include/win/shlwapi.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/win/shlwapi.h
r5616 r5858 10 10 #endif /* defined(__cplusplus) */ 11 11 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 12 19 13 20 /*  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  