Browse Source

* pipe handles are THandle

git-svn-id: trunk@3456 -
Vincent Snijders 19 years ago
parent
commit
3db19053ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/go32v2/pipes.inc

+ 1 - 1
fcl/go32v2/pipes.inc

@@ -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;