Changeset 85382 in vbox for trunk/src/VBox/GuestHost/DragAndDrop
- Timestamp:
- Jul 18, 2020 11:33:58 AM (5 years ago)
- Location:
- trunk/src/VBox/GuestHost/DragAndDrop
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
r85373 r85382 582 582 if (!pList->pszPathRootAbs) 583 583 { 584 size_t cchRootPath = RTPathFindCommon( papcszPaths, cPaths);584 size_t cchRootPath = RTPathFindCommon(cPaths, papcszPaths); 585 585 if (cchRootPath) 586 586 { -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDPath.cpp
r85381 r85382 18 18 #include <iprt/assert.h> 19 19 #include <iprt/env.h> 20 #include <iprt/err .h>20 #include <iprt/errcore.h> 21 21 #include <iprt/path.h> 22 22 #include <iprt/string.h> -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDnDTransferObject.cpp
r85381 r85382 18 18 #include <iprt/assert.h> 19 19 #include <iprt/env.h> 20 #include <iprt/err .h>20 #include <iprt/errcore.h> 21 21 #include <iprt/mem.h> 22 22 #include <iprt/string.h>
Note:
See TracChangeset
for help on using the changeset viewer.