mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 15:39:31 +02:00
Use same parameters as in fileutilh.inc for the handle variant of FileSetDate overloaded function
git-svn-id: trunk@45967 -
(cherry picked from commit 93fc5abe8b
)
This commit is contained in:
parent
1b05238a38
commit
90df614486
@ -59,7 +59,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
function FileSetDate(Handle, Age: Int64) : LongInt;
|
function FileSetDate(Handle : THandle; Age: Int64) : LongInt;
|
||||||
begin
|
begin
|
||||||
result := -1;
|
result := -1;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user