소스 검색

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;