mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 07:39:13 +02:00
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:
parent
8dbf8ae823
commit
93fc5abe8b
@ -59,7 +59,7 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
function FileSetDate(Handle, Age: Int64) : LongInt;
|
||||
function FileSetDate(Handle : THandle; Age: Int64) : LongInt;
|
||||
begin
|
||||
result := -1;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user