Changeset 80886 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Sep 18, 2019 11:27:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp
r80866 r80886 801 801 if (RT_SUCCESS(rc)) 802 802 { 803 rc = SharedClipboardTransfer LTransferSetRoots(pTransfer,804 803 rc = SharedClipboardTransferSetRoots(pTransfer, 804 papszList, cbList + 1 /* Include termination */); 805 805 if (RT_SUCCESS(rc)) 806 806 { … … 910 910 if (RT_SUCCESS(rc)) 911 911 { 912 rc = SharedClipboardTransfer LTransferSetRoots(pTransfer,913 912 rc = SharedClipboardTransferSetRoots(pTransfer, 913 papszList, cbList + 1 /* Include termination */); 914 914 if (RT_SUCCESS(rc)) 915 915 {
Note:
See TracChangeset
for help on using the changeset viewer.