mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 22:49:22 +02:00
* fix compilation of arm-embedded, resolves #36626
git-svn-id: trunk@44034 -
This commit is contained in:
parent
3cd4168ab3
commit
5aaf68b088
@ -53,13 +53,13 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
function FileGetDate(Handle: THandle) : Int64;
|
||||
function FileGetDate(Handle: THandle) : TOSTimestamp;
|
||||
begin
|
||||
result := -1;
|
||||
end;
|
||||
|
||||
|
||||
function FileSetDate(Handle: THandle; Age: LongInt) : Longint;
|
||||
function FileSetDate(Handle: THandle; Age: TOSTimestamp) : Longint;
|
||||
begin
|
||||
result := -1;
|
||||
end;
|
||||
@ -129,7 +129,7 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
Function FileAge (Const FileName : RawByteString): Int64;
|
||||
Function FileAge (Const FileName : RawByteString): TOSTimestamp;
|
||||
begin
|
||||
result := -1;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user