mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 09:59:23 +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}
|
||||
Windows, ShellAPI, URLMon,
|
||||
{$else}
|
||||
LResources, LCLProc,
|
||||
LResources, LCLIntf,
|
||||
{$endif}
|
||||
{ local }
|
||||
JcfVersionConsts, JCFHelp, JcfFontSetFunctions, JcfStringUtils;
|
||||
|
@ -27,7 +27,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, FPCAdds, Forms, Controls, Graphics, Dialogs, LResources,
|
||||
StdCtrls, Buttons, LazConf, LazarusIDEStrConsts, ExtCtrls, EnvironmentOpts,
|
||||
Clipbrd, FileUtil, Menus, LCLProc;
|
||||
Clipbrd, FileUtil, Menus, LCLIntf;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user