Changed pipe handle from longint to THandle

git-svn-id: trunk@3280 -
This commit is contained in:
armin 2006-04-19 08:50:49 +00:00
parent ead6c6a29a
commit dd379e7eb0
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

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