mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 07:39:13 +02:00
* forgotten int64 parameter type
git-svn-id: trunk@47325 -
(cherry picked from commit d2a517389f
)
This commit is contained in:
parent
3ef8931e5c
commit
cb4d59156e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user