mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:19:32 +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;
|
||||
end;
|
||||
|
||||
procedure LazConfSubstituteMacros(var s: string);
|
||||
begin
|
||||
if Assigned(LazConfMacroFunc) then
|
||||
LazConfMacroFunc(s);
|
||||
end;
|
||||
|
||||
{---------------------------------------------------------------------------
|
||||
procedure InternalInit;
|
||||
---------------------------------------------------------------------------}
|
||||
|
@ -136,6 +136,12 @@ implementation
|
||||
|
||||
{$I lazconf.inc}
|
||||
|
||||
procedure LazConfSubstituteMacros(var s: string);
|
||||
begin
|
||||
if Assigned(LazConfMacroFunc) then
|
||||
LazConfMacroFunc(s);
|
||||
end;
|
||||
|
||||
{---------------------------------------------------------------------------
|
||||
function CreateCompilerTestPascalFilename: string;
|
||||
---------------------------------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user