mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 05:09:39 +01:00
simpleideintf: fixed compilation
git-svn-id: trunk@21958 -
This commit is contained in:
parent
7ef4bc3026
commit
e4af1bda51
@ -51,6 +51,9 @@
|
|||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="8"/>
|
<Version Value="8"/>
|
||||||
|
<SearchPaths>
|
||||||
|
<LCLWidgetType Value="nogui"/>
|
||||||
|
</SearchPaths>
|
||||||
<Other>
|
<Other>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
|
|||||||
@ -24,8 +24,8 @@ program TestH2pasTool;
|
|||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, H2PasWizard, H2PasConvert, IDETextConverter, SimpleIDEIntf,
|
Interfaces, Classes, SysUtils, H2PasWizard, H2PasConvert, IDETextConverter,
|
||||||
FileUtil;
|
SimpleIDEIntf, FileUtil;
|
||||||
|
|
||||||
procedure TestTReplaceImplicitTypes(Converter: TIDETextConverter);
|
procedure TestTReplaceImplicitTypes(Converter: TIDETextConverter);
|
||||||
var
|
var
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user