- Timestamp:
- Oct 14, 2021 7:16:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r90828 r91738 3403 3403 rc = HGCMHostRegisterServiceExtension(&mhClipboard, "VBoxSharedClipboard", ClipboardServiceExtension, this); 3404 3404 AssertRC(rc); 3405 3406 mcClipboardRefs++; 3407 } 3408 3405 } 3406 3407 mcClipboardRefs++; 3409 3408 unlockConsoleVRDPServer(); 3410 3409 }
Note:
See TracChangeset
for help on using the changeset viewer.