2
0
Эх сурвалжийг харах

* pipe handles are THandle

git-svn-id: trunk@3456 -
Vincent Snijders 19 жил өмнө
parent
commit
3db19053ee
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;