Changeset 100090 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray
- Timestamp:
- Jun 7, 2023 6:22:21 AM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp
r99986 r100090 176 176 177 177 PSHCLEVENTPAYLOAD pPayload; 178 rc = ShClEventWait(pEvent, 30 * 1000 /* Timeout in ms */, &pPayload);178 rc = ShClEventWait(pEvent, SHCL_TIMEOUT_DEFAULT_MS, &pPayload); 179 179 if (RT_SUCCESS(rc)) 180 180 { … … 1007 1007 } 1008 1008 else 1009 LogRel(("Shared Clipboard: Initialized OLE in worker thr aed\n"));1009 LogRel(("Shared Clipboard: Initialized OLE in worker thread\n")); 1010 1010 #endif 1011 1011
Note:
See TracChangeset
for help on using the changeset viewer.