Converter: added function replacement TimeGetTime --> GetTickCount

git-svn-id: trunk@27948 -
This commit is contained in:
juha 2010-10-29 14:46:04 +00:00
parent a02fa3589a
commit 0f50e663a7

View File

@ -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;