Changeset 76379 in vbox for trunk/src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp
- Timestamp:
- Dec 22, 2018 10:48:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp
r74526 r76379 1 1 /* $Id$ */ 2 2 /** @file 3 * DnD :Directory handling.3 * DnD - Directory handling. 4 4 */ 5 5 … … 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_DND 23 #include <VBox/GuestHost/DragAndDrop.h> 22 24 23 25 #include <iprt/assert.h> 24 26 #include <iprt/dir.h> 27 #include <iprt/err.h> 28 #include <iprt/file.h> 25 29 #include <iprt/path.h> 26 30 #include <iprt/string.h> 27 31 28 #include <VBox/GuestHost/DragAndDrop.h> 29 30 #ifdef LOG_GROUP 31 #undef LOG_GROUP 32 #endif 33 #define LOG_GROUP LOG_GROUP_GUEST_DND 32 34 33 #include <VBox/log.h> 35 34
Note:
See TracChangeset
for help on using the changeset viewer.