Changeset 76379 in vbox for trunk/include
- Timestamp:
- Dec 22, 2018 10:48:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r74715 r76379 1 1 /* $Id$ */ 2 2 /** @file 3 * DnD :Shared functions between host and guest.3 * DnD - Shared functions between host and guest. 4 4 */ 5 5 … … 29 29 30 30 #include <iprt/assert.h> 31 #include <iprt/cdefs.h> 32 #include <iprt/dir.h> 33 #include <iprt/err.h> 34 #include <iprt/file.h> 35 #include <iprt/types.h> 31 #include <iprt/fs.h> 36 32 37 33 #include <iprt/cpp/list.h>
Note:
See TracChangeset
for help on using the changeset viewer.