Changeset 78705 in vbox for trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp.h
- Timestamp:
- May 24, 2019 1:42:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp.h
r78702 r78705 32 32 * @copydoc RTPathParentLengthEx 33 33 */ 34 static int RTPATH_STYLE_FN(rtPathParentLength)(const char *pszPath, uint32_t fFlags)34 static size_t RTPATH_STYLE_FN(rtPathParentLength)(const char *pszPath, uint32_t fFlags) 35 35 { 36 36 /*
Note:
See TracChangeset
for help on using the changeset viewer.