Changeset 52665 in vbox
- Timestamp:
- Sep 10, 2014 7:25:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r52656 r52665 3652 3652 } 3653 3653 3654 SiEx.StartupInfo.dwFlags |= pParentProcParams->Flags & STARTF_USESHOWWINDOW; 3655 SiEx.StartupInfo.wShowWindow = (WORD)pParentProcParams->ShowWindowFlags; 3656 3654 3657 SiEx.StartupInfo.dwFlags |= STARTF_USESTDHANDLES; 3655 3658 SiEx.StartupInfo.hStdInput = pParentProcParams->StandardInput;
Note:
See TracChangeset
for help on using the changeset viewer.