Changeset 100525 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jul 11, 2023 6:02:46 PM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158330
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-win.cpp
r100450 r100525 287 287 if (RT_SUCCESS(rc)) 288 288 { 289 rc = ShClTransferSetProvider(pTransfer, &pClient->Transfers.Provider); RT_NOREF(rc);289 rc = ShClTransferSetProvider(pTransfer, &pClient->Transfers.Provider); 290 290 if (RT_SUCCESS(rc)) 291 291 rc = SharedClipboardWinTransferCreate(&pCtx->Win, pTransfer);
Note:
See TracChangeset
for help on using the changeset viewer.