Changeset 85659 in vbox
- Timestamp:
- Aug 10, 2020 11:29:08 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139786
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
r85539 r85659 632 632 } 633 633 } 634 /* On UNIX-y OSes RTPathQueryInfo() returns VERR_FILE_NOT_FOUND in some cases 635 * so tweak this to make it uniform to Windows. */ 636 else if (rc == VERR_FILE_NOT_FOUND) 637 rc = VERR_PATH_NOT_FOUND; 634 638 } 635 639 else
Note:
See TracChangeset
for help on using the changeset viewer.