Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
07865fd1
Commit
07865fd1
authored
Aug 06, 2003
by
Brad King
Browse files
BUG: Need to provide stdin to child processes.
parent
9e44bcf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/kwsys/ProcessWin32.c
View file @
07865fd1
...
...
@@ -781,6 +781,7 @@ void kwsysProcess_Execute(kwsysProcess* cp)
/* Connect the child's output pipes to the threads. */
si
.
dwFlags
=
STARTF_USESTDHANDLES
;
si
.
hStdInput
=
GetStdHandle
(
STD_INPUT_HANDLE
);
si
.
hStdOutput
=
cp
->
Pipe
[
CMPE_PIPE_STDOUT
].
Write
;
si
.
hStdError
=
cp
->
Pipe
[
CMPE_PIPE_STDERR
].
Write
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment