mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:39:35 +02:00
Converter: define LCLIntf unit dependency for 2 replacement functions.
git-svn-id: trunk@29388 -
This commit is contained in:
parent
57a280722d
commit
0ac4afc64a
@ -466,8 +466,8 @@ begin
|
||||
Categ:='WindowsAPI';
|
||||
AddDefaultCategory(Categ);
|
||||
AddFunc(Categ, 'ShellExecute',
|
||||
'if $3 match ":/" then OpenURL($3); OpenDocument($3)', 'LCL', '');
|
||||
AddFunc(Categ, 'TimeGetTime', 'GetTickCount','LCL',''); // In Windows MMSystems unit.
|
||||
'if $3 match ":/" then OpenURL($3); OpenDocument($3)', 'LCL', 'LCLIntf');
|
||||
AddFunc(Categ, 'TimeGetTime', 'GetTickCount','LCL','LCLIntf'); // In Windows MMSystems unit.
|
||||
// OpenGL
|
||||
Categ:='OpenGL';
|
||||
AddDefaultCategory(Categ);
|
||||
|
Loading…
Reference in New Issue
Block a user