Преглед на файлове

* pipe handles are THandle

git-svn-id: trunk@3456 -
Vincent Snijders преди 19 години
родител
ревизия
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;