Changeset 78308 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 26, 2019 6:46:50 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r78307 r78308 218 218 rc = vbglR3ClipboardWriteDataRaw(idClient, fFormat, pv, cb); 219 219 220 #ifdef VBOX_WITH_SHARED_CLIPBOARD_URI_LIST 220 221 if (RT_FAILURE(rc)) 221 222 { … … 224 225 LogFlowFunc(("Unable to send error (%Rrc) to host, rc=%Rrc\n", rc, rc2)); 225 226 } 227 #endif 226 228 227 229 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.