Changeset 78090 in vbox for trunk/src/VBox/Runtime/r3/nt
- Timestamp:
- Apr 10, 2019 2:19:04 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129946
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp
r76553 r78090 95 95 * This ASSUMES that pThis->pszPath is an absolute path. 96 96 */ 97 int rc = RTPathAbsEx (pThis->pszPath, pszRelPath, pszPathDst,cbPathDst);97 int rc = RTPathAbsExEx(pThis->pszPath, pszRelPath, RTPATH_STR_F_STYLE_HOST, pszPathDst, &cbPathDst); 98 98 if (RT_SUCCESS(rc)) 99 99 {
Note:
See TracChangeset
for help on using the changeset viewer.