lazutils: fixed compilation with wince.

git-svn-id: trunk@35259 -
This commit is contained in:
vincents 2012-02-09 08:34:34 +00:00
parent 403ef1bfd2
commit 951fdc2310

View File

@ -687,7 +687,7 @@ begin
{$ifdef WinCE}
Assign(FLogText, FLogName);
{$I-}
Append(FLogText)
Append(FLogText);
if IOResult <> 0 then
Rewrite(FLogText);
{$I+}