mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:09:18 +02:00
* pipe handles are THandle
git-svn-id: trunk@3456 -
This commit is contained in:
parent
1ebccce1c9
commit
3db19053ee
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
// No pipes under dos, sorry...
|
// No pipes under dos, sorry...
|
||||||
|
|
||||||
Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
|
Function CreatePipeHandles (Var Inhandle,OutHandle : THandle) : Boolean;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Result := False;
|
Result := False;
|
||||||
|
Loading…
Reference in New Issue
Block a user