* forgotten int64 parameter type

git-svn-id: trunk@47325 -
(cherry picked from commit d2a517389f)
This commit is contained in:
ondrej 2020-11-05 17:16:27 +00:00 committed by marcoonthegit
parent 3ef8931e5c
commit cb4d59156e

View File

@ -112,7 +112,7 @@ begin
ATZInfo.Seconds:=info^.offset;
end;
procedure DoGetLocalTimezoneEx(timer:cint;info:pttinfo;var ATZInfoEx:TTZInfoEx);
procedure DoGetLocalTimezoneEx(timer:int64;info:pttinfo;var ATZInfoEx:TTZInfoEx);
var
i : longint;
names: array[Boolean] of pchar;