Changeset 80450 in vbox for trunk/src/VBox
- Timestamp:
- Aug 27, 2019 6:43:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r80446 r80450 1496 1496 { 1497 1497 #ifdef VBOX_WITH_SHARED_CLIPBOARD_URI_LIST 1498 rc = VbglR3ClipboardTransferEvent(&pEvent->cmdCtx, uMsg, cParms, NULL /* pTransfer */ ); /** **@todo FIX !!! */1498 rc = VbglR3ClipboardTransferEvent(&pEvent->cmdCtx, uMsg, cParms, NULL /* pTransfer */ ); /** @todo FIX !!! */ 1499 1499 #endif 1500 1500 rc = VERR_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.