mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 09:57:36 +01:00
Converter: added function replacement TimeGetTime --> GetTickCount
git-svn-id: trunk@27948 -
This commit is contained in:
parent
a02fa3589a
commit
0f50e663a7
@ -453,7 +453,8 @@ begin
|
||||
AddDefaultCategory(Categ);
|
||||
AddFunc(Categ, 'Ptr','Pointer($1)' ,'','');
|
||||
AddFunc(Categ, 'ShellExecute',
|
||||
'if $3 match ":/" then OpenURL($3); OpenDocument($3)', '', '');
|
||||
'if $3 match ":/" then OpenURL($3); OpenDocument($3)', 'LCL', '');
|
||||
AddFunc(Categ, 'TimeGetTime', 'GetTickCount','LCL','');
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user