diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2020-01-21 21:50:37 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2020-01-21 21:50:37 +0000 |
commit | 462d1cdecb2e1d1ab8384feb9d9303e21c11071b (patch) | |
tree | 661aad2ef5f94f547529f0781ffa2a58d6925fc7 /rtl/macos/sysutils.pp | |
parent | 409f98e673d95fb67ee2276544d5cf567e4ef1b1 (diff) | |
download | fpc-462d1cdecb2e1d1ab8384feb9d9303e21c11071b.tar.gz |
* fix compilation on several OSes after r44010
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@44013 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/macos/sysutils.pp')
-rw-r--r-- | rtl/macos/sysutils.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/macos/sysutils.pp b/rtl/macos/sysutils.pp index 047440916f..5614f3ceec 100644 --- a/rtl/macos/sysutils.pp +++ b/rtl/macos/sysutils.pp @@ -446,7 +446,7 @@ begin end; -Function FileGetDate (Handle : Longint) : Longint; +Function FileGetDate (Handle : Longint) : Int64; (* Var Info : Stat; @@ -462,7 +462,7 @@ begin end; -Function FileSetDate (Handle,Age : Int64) : Longint; +Function FileSetDate (Handle: Longint; Age: Int64) : Longint; begin // TODO fix |