Changeset 57205 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 6, 2015 6:32:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp
r56909 r57205 373 373 */ 374 374 DNDDIRDROPPEDFILES dirDroppedFiles; 375 const char *pszDropDir ;375 const char *pszDropDir = NULL; 376 376 int rc = DnDDirDroppedFilesCreateAndOpenTemp(&dirDroppedFiles); 377 377 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.