lazlogger: fixed compilation with wince.

git-svn-id: trunk@35369 -
This commit is contained in:
vincents 2012-02-15 07:17:09 +00:00
parent eb71c915df
commit fb6169ac46

View File

@ -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;