mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-05 18:08:05 +02:00
Changed pipe handle from longint to THandle
git-svn-id: trunk@3280 -
This commit is contained in:
parent
ead6c6a29a
commit
dd379e7eb0
@ -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}
|
||||
|
@ -14,7 +14,7 @@
|
||||
**********************************************************************}
|
||||
|
||||
|
||||
Function CreatePipeHandles (Var Inhandle,OutHandle : Longint) : Boolean;
|
||||
Function CreatePipeHandles (Var Inhandle,OutHandle : THandle) : Boolean;
|
||||
|
||||
begin
|
||||
Result := false; {todo}
|
||||
|
Loading…
Reference in New Issue
Block a user