mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 20:09:10 +02:00
codetools: fix compilation for wince (issue #0018537)
git-svn-id: trunk@29228 -
This commit is contained in:
parent
3f53da5904
commit
2af6ab0885
@ -2832,7 +2832,7 @@ begin
|
||||
Result:=p.ClassName;
|
||||
end;
|
||||
|
||||
function dbgMemRange(P: PByte; Count: integer; Width: integer): string;
|
||||
function dbgMemRange(P: System.PByte; Count: integer; Width: integer = 0): string;
|
||||
const
|
||||
HexChars: array[0..15] of char = '0123456789ABCDEF';
|
||||
LineEnd: shortstring = LineEnding;
|
||||
|
Loading…
Reference in New Issue
Block a user