Changeset 44623 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 11, 2013 10:14:24 AM (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathCalcRelative.cpp
r44617 r44623 38 38 39 39 40 RTDECL(int) RTPathC reateRelative(char *pszPathDst, size_t cbPathDst,41 42 40 RTDECL(int) RTPathCalcRelative(char *pszPathDst, size_t cbPathDst, 41 const char *pszPathFrom, 42 const char *pszPathTo) 43 43 { 44 44 int rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.