mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
lazutils: fixed another compilation for debug log with wince.
git-svn-id: trunk@35262 -
This commit is contained in:
parent
75005d5347
commit
1cbef20c34
@ -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;
|
||||
|
||||
|
@ -421,7 +421,9 @@ implementation
|
||||
uses gettext;
|
||||
|
||||
const
|
||||
{$IFDEF WithOldDebugln}
|
||||
Str_LCL_Debug_File = 'lcldebug.log';
|
||||
{$ENDIF}
|
||||
UNKNOWN_VK_PREFIX = 'Word(''';
|
||||
UNKNOWN_VK_POSTFIX = ''')';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user