mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 14:35:58 +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
|
implementation
|
||||||
|
|
||||||
|
{$ifdef wince}
|
||||||
|
const
|
||||||
|
Str_LCL_Debug_File = 'lcldebug.log';
|
||||||
|
{$endif}
|
||||||
|
|
||||||
var
|
var
|
||||||
TheLazLogger: TLazLogger = nil;
|
TheLazLogger: TLazLogger = nil;
|
||||||
|
|
||||||
|
@ -421,7 +421,9 @@ implementation
|
|||||||
uses gettext;
|
uses gettext;
|
||||||
|
|
||||||
const
|
const
|
||||||
|
{$IFDEF WithOldDebugln}
|
||||||
Str_LCL_Debug_File = 'lcldebug.log';
|
Str_LCL_Debug_File = 'lcldebug.log';
|
||||||
|
{$ENDIF}
|
||||||
UNKNOWN_VK_PREFIX = 'Word(''';
|
UNKNOWN_VK_PREFIX = 'Word(''';
|
||||||
UNKNOWN_VK_POSTFIX = ''')';
|
UNKNOWN_VK_POSTFIX = ''')';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user