Changeset 85029 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 1, 2020 2:59:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r85023 r85029 1210 1210 case HOST_DND_HG_SND_DIR: 1211 1211 RT_FALL_THROUGH(); 1212 case HOST_DND_HG_SND_FILE_HDR: 1213 RT_FALL_THROUGH(); 1212 1214 case HOST_DND_HG_SND_FILE_DATA: 1213 1215 { 1214 1216 /* 1215 * All messages in this case are handled internally 1216 * by vbglR3DnDHGRecvDataMain() and must be specified 1217 * by preceeding HOST_DND_HG_SND_DATA or HOST_DND_HG_SND_DATA_HDR calls. 1217 * All messages for this block are handled internally 1218 * by vbglR3DnDHGRecvDataMain(), see above. 1219 * 1220 * So if we land here our code is buggy. 1218 1221 */ 1219 1222 rc = VERR_WRONG_ORDER;
Note:
See TracChangeset
for help on using the changeset viewer.