lazutils: fixed another compilation for debug log with wince.

git-svn-id: trunk@35262 -
This commit is contained in:
vincents 2012-02-09 08:59:40 +00:00
parent 75005d5347
commit 1cbef20c34
2 changed files with 7 additions and 0 deletions

View File

@ -199,6 +199,11 @@ property DebugLogger: TLazLogger read GetDebugLogger write SetDebugLogger;
implementation
{$ifdef wince}
const
Str_LCL_Debug_File = 'lcldebug.log';
{$endif}
var
TheLazLogger: TLazLogger = nil;

View File

@ -421,7 +421,9 @@ implementation
uses gettext;
const
{$IFDEF WithOldDebugln}
Str_LCL_Debug_File = 'lcldebug.log';
{$ENDIF}
UNKNOWN_VK_PREFIX = 'Word(''';
UNKNOWN_VK_POSTFIX = ''')';