mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-11 11:38:13 +02:00
Keith: Fixed Win32 compilation problem.
git-svn-id: trunk@1500 -
This commit is contained in:
parent
81dc7d308e
commit
8752d483cc
@ -1568,7 +1568,7 @@ var
|
|||||||
// template for a sub directory
|
// template for a sub directory
|
||||||
{$ifdef win32}
|
{$ifdef win32}
|
||||||
if CurPath='' then
|
if CurPath='' then
|
||||||
SubPath:=ReadValue(DefTempl.Value,CurValue)
|
SubPath:=ReadValue(DefTempl.Value,CurPath)
|
||||||
else
|
else
|
||||||
SubPath:=CurPath+PathDelim+ReadValue(DefTempl.Value,CurPath);
|
SubPath:=CurPath+PathDelim+ReadValue(DefTempl.Value,CurPath);
|
||||||
{$else}
|
{$else}
|
||||||
|
Loading…
Reference in New Issue
Block a user