mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 19:21:23 +02:00
lazutils: fixed compilation with wince.
git-svn-id: trunk@35259 -
This commit is contained in:
parent
403ef1bfd2
commit
951fdc2310
@ -687,7 +687,7 @@ begin
|
|||||||
{$ifdef WinCE}
|
{$ifdef WinCE}
|
||||||
Assign(FLogText, FLogName);
|
Assign(FLogText, FLogName);
|
||||||
{$I-}
|
{$I-}
|
||||||
Append(FLogText)
|
Append(FLogText);
|
||||||
if IOResult <> 0 then
|
if IOResult <> 0 then
|
||||||
Rewrite(FLogText);
|
Rewrite(FLogText);
|
||||||
{$I+}
|
{$I+}
|
||||||
|
Loading…
Reference in New Issue
Block a user