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:
pierre 2020-07-30 14:08:22 +00:00 committed by marcoonthegit
parent 1b05238a38
commit 90df614486

View File

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