Changeset 58069 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 7, 2015 12:05:47 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103125
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDataObject.cpp
r57826 r58069 236 236 for (size_t i = 0; i < lstFilesURI.size(); i++) 237 237 { 238 char *pszFilePath = RTUriFilePath(lstFilesURI.at(i).c_str() , URI_FILE_FORMAT_WIN);238 char *pszFilePath = RTUriFilePath(lstFilesURI.at(i).c_str()); 239 239 if (pszFilePath) 240 240 {
Note:
See TracChangeset
for help on using the changeset viewer.