mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:24:19 +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
|
begin
|
||||||
Result := false; {dont know how to do that with netware clib}
|
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
|
begin
|
||||||
Result := false; {todo}
|
Result := false; {todo}
|
||||||
|
Loading…
Reference in New Issue
Block a user