Преглед на файлове

+ add new functions to dummy/pipes.inc, fixes WinCE building

git-svn-id: trunk@18211 -
florian преди 14 години
родител
ревизия
ee998def8e
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      packages/fcl-process/src/dummy/pipes.inc

+ 9 - 0
packages/fcl-process/src/dummy/pipes.inc

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