mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 00:00:42 +02:00
lazlogger: fixed compilation with wince.
git-svn-id: trunk@35369 -
This commit is contained in:
parent
eb71c915df
commit
fb6169ac46
@ -1389,8 +1389,8 @@ begin
|
|||||||
FMaxNestPrefixLen := 15;
|
FMaxNestPrefixLen := 15;
|
||||||
FNestLvlIndent := 2;
|
FNestLvlIndent := 2;
|
||||||
{$ifdef WinCE}
|
{$ifdef WinCE}
|
||||||
FLogFileFromParam := '';
|
FParamForLogFileName := '';
|
||||||
FLogFileFromEnv := '';
|
FEnvironmentForLogFileName := '';
|
||||||
FLogName := ExtractFilePath(ParamStr(0)) + Str_LCL_Debug_File;
|
FLogName := ExtractFilePath(ParamStr(0)) + Str_LCL_Debug_File;
|
||||||
FUseStdOut := False;
|
FUseStdOut := False;
|
||||||
FCloseLogFileBetweenWrites := True;
|
FCloseLogFileBetweenWrites := True;
|
||||||
|
Loading…
Reference in New Issue
Block a user