mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: ARM64 unix time type
This commit is contained in:
parent
d1b78e4a26
commit
4ccca241e2
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const
|
|||
|
||||
type
|
||||
{$IF DEFINED(LINUX)}
|
||||
TUnixTime = UIntPtr;
|
||||
TUnixTime = {$IFDEF CPUAARCH64}Int64{$ELSE}UIntPtr{$ENDIF};
|
||||
TUnixMode = Cardinal;
|
||||
{$ELSE}
|
||||
TUnixTime = TTime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue