Changeset 50562 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Feb 24, 2014 9:13:39 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92426
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp
r50561 r50562 903 903 } 904 904 905 #ifdef VBOX_WITH_DRAG_AND_DROP_GH 905 906 VBGLR3DECL(int) VbglR3DnDGHAcknowledgePending(uint32_t u32ClientId, 906 907 uint32_t uDefAction, uint32_t uAllActions, … … 1168 1169 return rc; 1169 1170 } 1170 1171 #endif /* VBOX_WITH_DRAG_AND_DROP_GH */
Note:
See TracChangeset
for help on using the changeset viewer.