Changeset 85428 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 23, 2020 11:10:46 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r85371 r85428 854 854 855 855 /* Use the dropped files directory as the root directory for the current transfer. */ 856 rc = DnDTransferListInit (&pMeta->u.URI.Transfer, DnDDroppedFilesGetDirAbs(&droppedFiles));856 rc = DnDTransferListInitEx(&pMeta->u.URI.Transfer, DnDDroppedFilesGetDirAbs(&droppedFiles)); 857 857 if (RT_SUCCESS(rc)) 858 858 { … … 1734 1734 { 1735 1735 DNDTRANSFERLIST lstTransfer; 1736 rc = DnDTransferListInit(&lstTransfer , NULL /* pcszRootPathAbs */);1736 rc = DnDTransferListInit(&lstTransfer); 1737 1737 if (RT_SUCCESS(rc)) 1738 1738 {
Note:
See TracChangeset
for help on using the changeset viewer.