Changeset 86414 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Oct 2, 2020 11:41:26 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r84816 r86414 1707 1707 */ 1708 1708 RTHANDLE Handle; 1709 int rc = RTHandleGetStandard(RTHANDLESTD_INPUT, &Handle);1709 int rc = RTHandleGetStandard(RTHANDLESTD_INPUT, true /*fLeaveOpen*/, &Handle); 1710 1710 if (RT_SUCCESS(rc)) 1711 1711 {
Note:
See TracChangeset
for help on using the changeset viewer.