ide: fix compilation after OpenURL move

git-svn-id: trunk@22046 -
This commit is contained in:
paul 2009-10-05 13:19:48 +00:00
parent 012e995f6c
commit 1c85e5e3a2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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