* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
09cd99b304
commit
d6b0fe7db1
@ -1252,8 +1252,8 @@ CreateChild(const WCHAR *cmd, const WCHAR *prog, HANDLE hInput, HANDLE hOutput,
|
||||
}
|
||||
|
||||
RUBY_CRITICAL {
|
||||
fRet = CreateProcessW(prog, (WCHAR *)cmd, &sa, &sa,
|
||||
sa.bInheritHandle, dwCreationFlags, NULL, NULL,
|
||||
fRet = CreateProcessW(prog, (WCHAR *)cmd, &sa, &sa,
|
||||
sa.bInheritHandle, dwCreationFlags, NULL, NULL,
|
||||
&aStartupInfo, &aProcessInformation);
|
||||
errno = map_errno(GetLastError());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user