mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 11:59:20 +02:00
ide: fix compilation after OpenURL move
git-svn-id: trunk@22046 -
This commit is contained in:
parent
012e995f6c
commit
1c85e5e3a2
@ -67,7 +67,7 @@ uses
|
|||||||
{$ifndef fpc}
|
{$ifndef fpc}
|
||||||
Windows, ShellAPI, URLMon,
|
Windows, ShellAPI, URLMon,
|
||||||
{$else}
|
{$else}
|
||||||
LResources, LCLProc,
|
LResources, LCLIntf,
|
||||||
{$endif}
|
{$endif}
|
||||||
{ local }
|
{ local }
|
||||||
JcfVersionConsts, JCFHelp, JcfFontSetFunctions, JcfStringUtils;
|
JcfVersionConsts, JCFHelp, JcfFontSetFunctions, JcfStringUtils;
|
||||||
|
@ -27,7 +27,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils, FPCAdds, Forms, Controls, Graphics, Dialogs, LResources,
|
Classes, SysUtils, FPCAdds, Forms, Controls, Graphics, Dialogs, LResources,
|
||||||
StdCtrls, Buttons, LazConf, LazarusIDEStrConsts, ExtCtrls, EnvironmentOpts,
|
StdCtrls, Buttons, LazConf, LazarusIDEStrConsts, ExtCtrls, EnvironmentOpts,
|
||||||
Clipbrd, FileUtil, Menus, LCLProc;
|
Clipbrd, FileUtil, Menus, LCLIntf;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user