VirtualBox

Changeset 58069 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Oct 7, 2015 12:05:47 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103125
Message:

IPRT,*: Simplified RTUriFilePath by removing the uFormat parameter. It now defaults to the host path style just like RTUriFileCreate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDataObject.cpp

    r57826 r58069  
    236236            for (size_t i = 0; i < lstFilesURI.size(); i++)
    237237            {
    238                 char *pszFilePath = RTUriFilePath(lstFilesURI.at(i).c_str(), URI_FILE_FORMAT_WIN);
     238                char *pszFilePath = RTUriFilePath(lstFilesURI.at(i).c_str());
    239239                if (pszFilePath)
    240240                {
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