@@ -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;