diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-09-24 12:30:47 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-09-24 12:30:47 +0000 |
commit | 28bdac0ab793e7d11ec586ab9717d70abd733fb1 (patch) | |
tree | 3f7baad6866fe8e84a416ac51bd487c3321b5342 /src/VBox/HostServices/DragAndDrop | |
parent | 9fd80b0504c4f936485a6859f30882a265cec4f4 (diff) | |
download | VirtualBox-svn-28bdac0ab793e7d11ec586ab9717d70abd733fb1.tar.gz |
DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize usage, did some renaming to clean things up.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@74439 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/HostServices/DragAndDrop')
-rw-r--r-- | src/VBox/HostServices/DragAndDrop/service.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/HostServices/DragAndDrop/service.cpp b/src/VBox/HostServices/DragAndDrop/service.cpp index 3b7ee0cafcc..d17f505dcf6 100644 --- a/src/VBox/HostServices/DragAndDrop/service.cpp +++ b/src/VBox/HostServices/DragAndDrop/service.cpp @@ -34,6 +34,7 @@ #include <map> #include <VBox/GuestHost/DragAndDrop.h> +#include <VBox/GuestHost/DragAndDropDefs.h> #include <VBox/HostServices/Service.h> #include <VBox/HostServices/DragAndDropSvc.h> |