Changeset 106159 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 26, 2024 9:26:30 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r106142 r106159 383 383 UpdateAdditionsStartupInfo(void) 384 384 { 385 /* We want to have stdout / stderr handled by default for update processes. */ 386 mFlags = ProcessCreateFlag_WaitForStdOut | ProcessCreateFlag_WaitForStdErr; 385 /* We want to have stdout / stderr handled by default for update processes 386 * (disabled as a workaround for #10776). */ 387 mFlags = ProcessCreateFlag_None; 387 388 } 388 389 };
Note:
See TracChangeset
for help on using the changeset viewer.