ソースを参照

Changed pipe handle from longint to THandle

git-svn-id: trunk@3280 -
armin 19 年 前
コミット
dd379e7eb0
2 ファイル変更2 行追加2 行削除
  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}