mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:00:42 +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;
|
Result:=p.ClassName;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function dbgMemRange(P: PByte; Count: integer; Width: integer): string;
|
function dbgMemRange(P: System.PByte; Count: integer; Width: integer = 0): string;
|
||||||
const
|
const
|
||||||
HexChars: array[0..15] of char = '0123456789ABCDEF';
|
HexChars: array[0..15] of char = '0123456789ABCDEF';
|
||||||
LineEnd: shortstring = LineEnding;
|
LineEnd: shortstring = LineEnding;
|
||||||
|
Loading…
Reference in New Issue
Block a user