Changeset 86414 in vbox for trunk/src/VBox/Runtime/common/vfs/vfsmisc.cpp
- Timestamp:
- Oct 2, 2020 11:41:26 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsmisc.cpp
r82968 r86414 61 61 */ 62 62 RTHANDLE h; 63 int rc = RTHandleGetStandard(enmStdHandle, &h);63 int rc = RTHandleGetStandard(enmStdHandle, fLeaveOpen, &h); 64 64 if (RT_SUCCESS(rc)) 65 65 {
Note:
See TracChangeset
for help on using the changeset viewer.