mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 14:10:23 +02:00
+ add new functions to dummy/pipes.inc, fixes WinCE building
git-svn-id: trunk@18211 -
This commit is contained in:
parent
3787ed993c
commit
ee998def8e
@ -28,3 +28,12 @@ begin
|
||||
Result := 0;
|
||||
end;
|
||||
|
||||
function TInputPipeStream.GetPosition: Int64;
|
||||
begin
|
||||
Result:=FPos;
|
||||
end;
|
||||
|
||||
procedure TInputPipeStream.InvalidSeek;
|
||||
begin
|
||||
Raise EPipeSeek.Create (ENoSeekMsg);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user