mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 15:50:20 +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;
|
||||
FNestLvlIndent := 2;
|
||||
{$ifdef WinCE}
|
||||
FLogFileFromParam := '';
|
||||
FLogFileFromEnv := '';
|
||||
FParamForLogFileName := '';
|
||||
FEnvironmentForLogFileName := '';
|
||||
FLogName := ExtractFilePath(ParamStr(0)) + Str_LCL_Debug_File;
|
||||
FUseStdOut := False;
|
||||
FCloseLogFileBetweenWrites := True;
|
||||
|
Loading…
Reference in New Issue
Block a user