mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 19:10:14 +02:00
* also assign threadid. mantis 38645
git-svn-id: trunk@49021 -
This commit is contained in:
parent
c4ddb94cb4
commit
aa5a59fc00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user