mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 16:42:06 +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';
|
Categ:='WindowsAPI';
|
||||||
AddDefaultCategory(Categ);
|
AddDefaultCategory(Categ);
|
||||||
AddFunc(Categ, 'ShellExecute',
|
AddFunc(Categ, 'ShellExecute',
|
||||||
'if $3 match ":/" then OpenURL($3); OpenDocument($3)', 'LCL', '');
|
'if $3 match ":/" then OpenURL($3); OpenDocument($3)', 'LCL', 'LCLIntf');
|
||||||
AddFunc(Categ, 'TimeGetTime', 'GetTickCount','LCL',''); // In Windows MMSystems unit.
|
AddFunc(Categ, 'TimeGetTime', 'GetTickCount','LCL','LCLIntf'); // In Windows MMSystems unit.
|
||||||
// OpenGL
|
// OpenGL
|
||||||
Categ:='OpenGL';
|
Categ:='OpenGL';
|
||||||
AddDefaultCategory(Categ);
|
AddDefaultCategory(Categ);
|
||||||
|
Loading…
Reference in New Issue
Block a user