Use same parameters as in fileutilh.inc for the handle variant of FileSetDate overloaded function

git-svn-id: trunk@45967 -
This commit is contained in:
pierre 2020-07-30 14:08:22 +00:00
parent 8dbf8ae823
commit 93fc5abe8b

View File

@ -59,7 +59,7 @@ begin
end;
function FileSetDate(Handle, Age: Int64) : LongInt;
function FileSetDate(Handle : THandle; Age: Int64) : LongInt;
begin
result := -1;
end;