Explorar o código

Changed pipe handle from longint to THandle

git-svn-id: trunk@3280 -
armin %!s(int64=19) %!d(string=hai) anos
pai
achega
dd379e7eb0
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      fcl/netware/pipes.inc
  2. 1 1
      fcl/netwlibc/pipes.inc

+ 1 - 1
fcl/netware/pipes.inc

@@ -14,7 +14,7 @@
  **********************************************************************}
 
 
-Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
+Function CreatePipeHandles (Var Inhandle,OutHandle : THandle) : Boolean;
 
 begin
   Result := false;  {dont know how to do that with netware clib}

+ 1 - 1
fcl/netwlibc/pipes.inc

@@ -14,7 +14,7 @@
  **********************************************************************}
 
 
-Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
+Function CreatePipeHandles (Var Inhandle,OutHandle : THandle) : Boolean;
 
 begin
   Result := false;  {todo}