* pipe handles are THandle

git-svn-id: trunk@3456 -
This commit is contained in:
Vincent Snijders 2006-05-08 13:43:43 +00:00
parent 1ebccce1c9
commit 3db19053ee

View File

@ -15,7 +15,7 @@
// No pipes under dos, sorry...
Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
Function CreatePipeHandles (Var Inhandle,OutHandle : THandle) : Boolean;
begin
Result := False;