Changeset 55428 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Apr 24, 2015 3:14:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r55427 r55428 901 901 switch (uMsg) 902 902 { 903 #ifdef VBOX_WITH_DRAG_AND_DROP_GH 903 904 case DragAndDropSvc::GUEST_DND_GH_SND_DATA: 904 905 { … … 923 924 break; 924 925 } 926 #endif /* VBOX_WITH_DRAG_AND_DROP_GH */ 925 927 default: 926 928 rc = VERR_NOT_SUPPORTED; … … 957 959 switch (uMsg) 958 960 { 961 #ifdef VBOX_WITH_DRAG_AND_DROP_GH 959 962 case DragAndDropSvc::GUEST_DND_GH_SND_DATA: 960 963 { … … 1044 1047 break; 1045 1048 } 1049 #endif /* VBOX_WITH_DRAG_AND_DROP_GH */ 1046 1050 default: 1047 1051 rc = VERR_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.