فهرست منبع

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

git-svn-id: trunk@45967 -
pierre 5 سال پیش
والد
کامیت
93fc5abe8b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;