VirtualBox

Ignore:
Timestamp:
Apr 10, 2019 2:19:04 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129946
Message:

*,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/vbsfpathabs.cpp

    r76553 r78090  
    9797{
    9898#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.  */
    99101    const char *pszPathStart = pszRoot? pszRoot: pszPath;
    100102
     
    182184
    183185    /* 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);
    185188}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette