mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 14:40:25 +02:00
* Char -> AnsiChar
This commit is contained in:
parent
54338a12b3
commit
efb204d5e7
@ -192,7 +192,7 @@ const
|
|||||||
|
|
||||||
const
|
const
|
||||||
// Do not localize
|
// Do not localize
|
||||||
HexDigits: array[0..15] of char = '0123456789ABCDEF';
|
HexDigits: array[0..15] of AnsiChar = '0123456789ABCDEF';
|
||||||
HexDigitsW: array[0..15] of widechar = '0123456789ABCDEF';
|
HexDigitsW: array[0..15] of widechar = '0123456789ABCDEF';
|
||||||
|
|
||||||
Function GetRunError(Errno : Word) : String;
|
Function GetRunError(Errno : Word) : String;
|
||||||
|
Loading…
Reference in New Issue
Block a user