Browse Source

Changed pipe handle from longint to THandle

git-svn-id: trunk@3280 -
armin 19 years ago
parent
commit
dd379e7eb0
2 changed files with 2 additions and 2 deletions
  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}