Changeset 84509 in vbox for trunk/include/iprt/path.h
- Timestamp:
- May 25, 2020 3:09:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/path.h
r82968 r84509 741 741 * of the last component. If RTPATH_PROP_DIR_SLASH is set, there may 742 742 * be one or more trailing slashes that are unaccounted for! */ 743 RT_FLEXIBLE_ARRAY_EXTENSION 743 744 struct 744 745 { … … 833 834 const char *pszSuffix; 834 835 /** Array of component strings (variable size). */ 836 RT_FLEXIBLE_ARRAY_EXTENSION 835 837 char *apszComps[RT_FLEXIBLE_ARRAY]; 836 838 } RTPATHSPLIT;
Note:
See TracChangeset
for help on using the changeset viewer.