Changeset 78090 in vbox for trunk/src/VBox/HostServices/SharedFolders
- 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/HostServices/SharedFolders/vbsfpathabs.cpp
r76553 r78090 97 97 { 98 98 #if defined(RT_OS_WINDOWS) 99 /** @todo This code is not needed in 6.0 and later as IPRT translates paths 100 * to \\.\ format if they're too long. */ 99 101 const char *pszPathStart = pszRoot? pszRoot: pszPath; 100 102 … … 182 184 183 185 /* Fallback for the common paths. */ 184 return RTPathAbsEx(pszRoot, pszPath, pszAbsPath, cbAbsPath); 186 187 return RTPathAbsExEx(pszRoot, pszPath, RTPATH_STR_F_STYLE_HOST, pszAbsPath, &cbAbsPath); 185 188 }
Note:
See TracChangeset
for help on using the changeset viewer.