Browse Source

Changed pipe handle from longint to THandle

git-svn-id: trunk@3280 -
armin 19 năm trước cách đây
mục cha
commit
dd379e7eb0
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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}