mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:39:28 +02:00
+ Position is int64
git-svn-id: trunk@1122 -
This commit is contained in:
parent
a3ab2053c9
commit
2c1901aeaa
@ -30,7 +30,7 @@ Type
|
||||
|
||||
TInputPipeStream = Class(THandleStream)
|
||||
Private
|
||||
FPos : longint;
|
||||
FPos : Int64;
|
||||
public
|
||||
Function Write (Const Buffer; Count : Longint) :Longint; Override;
|
||||
Function Seek (Offset : Longint;Origin : Word) : longint;override;
|
||||
|
Loading…
Reference in New Issue
Block a user