Changeset 85559 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Jul 30, 2020 1:37:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r85558 r85559 184 184 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 185 185 186 return GuestDnDBase::i_isFormatSupported(aFormat, aSupported); 186 *aSupported = GuestDnDBase::i_isFormatSupported(aFormat) ? TRUE : FALSE; 187 188 return S_OK; 187 189 #endif /* VBOX_WITH_DRAG_AND_DROP */ 188 190 }
Note:
See TracChangeset
for help on using the changeset viewer.