mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:09:41 +02:00
IDE: fixed non unix compilation
git-svn-id: trunk@16127 -
This commit is contained in:
parent
e711e12a9a
commit
dcc2d5af64
@ -178,12 +178,6 @@ begin
|
|||||||
if Find('iexplore.exe',Browser) then exit;
|
if Find('iexplore.exe',Browser) then exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure LazConfSubstituteMacros(var s: string);
|
|
||||||
begin
|
|
||||||
if Assigned(LazConfMacroFunc) then
|
|
||||||
LazConfMacroFunc(s);
|
|
||||||
end;
|
|
||||||
|
|
||||||
{---------------------------------------------------------------------------
|
{---------------------------------------------------------------------------
|
||||||
procedure InternalInit;
|
procedure InternalInit;
|
||||||
---------------------------------------------------------------------------}
|
---------------------------------------------------------------------------}
|
||||||
|
@ -136,6 +136,12 @@ implementation
|
|||||||
|
|
||||||
{$I lazconf.inc}
|
{$I lazconf.inc}
|
||||||
|
|
||||||
|
procedure LazConfSubstituteMacros(var s: string);
|
||||||
|
begin
|
||||||
|
if Assigned(LazConfMacroFunc) then
|
||||||
|
LazConfMacroFunc(s);
|
||||||
|
end;
|
||||||
|
|
||||||
{---------------------------------------------------------------------------
|
{---------------------------------------------------------------------------
|
||||||
function CreateCompilerTestPascalFilename: string;
|
function CreateCompilerTestPascalFilename: string;
|
||||||
---------------------------------------------------------------------------}
|
---------------------------------------------------------------------------}
|
||||||
|
Loading…
Reference in New Issue
Block a user