* also assign threadid. mantis 38645

git-svn-id: trunk@49021 -
This commit is contained in:
marco 2021-03-20 21:45:19 +00:00
parent c4ddb94cb4
commit aa5a59fc00

View File

@ -285,6 +285,7 @@ Var
Raise EProcess.CreateFmt(SErrCannotExecute,[FCommandLine,GetLastError]);
FProcessHandle:=FProcessInformation.hProcess;
FThreadHandle:=FProcessInformation.hThread;
FThreadId:=FProcessInformation.dwThreadId;
FProcessID:=FProcessINformation.dwProcessID;
Finally
if POUsePipes in Options then