Changeset 89555 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jun 8, 2021 8:02:04 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144979
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r87657 r89555 2575 2575 } 2576 2576 2577 RTCritSectEnter(&pClient->CritSect); 2577 2578 shClSvcMsgAdd(pClient, pMsg, true /* fAppend */); 2579 RTCritSectLeave(&pClient->CritSect); 2578 2580 } 2579 2581
Note:
See TracChangeset
for help on using the changeset viewer.