Changeset 95823 in vbox for trunk/src/VBox
- Timestamp:
- Jul 25, 2022 4:08:36 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDUtils.cpp
r95821 r95823 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_GUEST_DND23 22 #include <VBox/GuestHost/DragAndDrop.h> 24 23 25 24 #include <iprt/assert.h> 26 #include <iprt/dir.h> 27 #include <iprt/err.h> 28 #include <iprt/file.h> 29 #include <iprt/mem.h> 30 #include <iprt/path.h> 31 #include <iprt/string.h> 32 33 #include <VBox/log.h> 25 #include <iprt/errcore.h> 34 26 35 27
Note:
See TracChangeset
for help on using the changeset viewer.