Browse Source

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

git-svn-id: trunk@45967 -
pierre 5 years ago
parent
commit
93fc5abe8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/symbian/sysutils.pp

+ 1 - 1
rtl/symbian/sysutils.pp

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