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