Changeset 85022 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jul 1, 2020 11:45:34 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r85021 r85022 1058 1058 */ 1059 1059 pCtx->uSessionID = 0; 1060 int rc2 = VbglR3GetSessionId(&pCtx->uSessionID); 1060 int rc2 = VbglR3GetSessionId(&pCtx->uSessionID); RT_NOREF(rc2); 1061 1061 LogFlowFunc(("uSessionID=%RU64, rc=%Rrc\n", pCtx->uSessionID, rc2)); 1062 1062
Note:
See TracChangeset
for help on using the changeset viewer.