瀏覽代碼

* fix compilation of arm-embedded, resolves #36626

git-svn-id: trunk@44034 -
florian 5 年之前
父節點
當前提交
5aaf68b088
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      rtl/embedded/sysutils.pp

+ 3 - 3
rtl/embedded/sysutils.pp

@@ -53,13 +53,13 @@ begin
 end;
 end;
 
 
 
 
-function FileGetDate(Handle: THandle) : Int64;
+function FileGetDate(Handle: THandle) : TOSTimestamp;
 begin
 begin
   result := -1;
   result := -1;
 end;
 end;
 
 
 
 
-function FileSetDate(Handle: THandle; Age: LongInt) : Longint;
+function FileSetDate(Handle: THandle; Age: TOSTimestamp) : Longint;
 begin
 begin
   result := -1;
   result := -1;
 end;
 end;
@@ -129,7 +129,7 @@ begin
 end;
 end;
 
 
 
 
-Function FileAge (Const FileName : RawByteString): Int64;
+Function FileAge (Const FileName : RawByteString): TOSTimestamp;
 begin
 begin
   result := -1;
   result := -1;
 end;
 end;