瀏覽代碼

* Char -> AnsiChar

Michael VAN CANNEYT 2 年之前
父節點
當前提交
bb5d98c01a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/objpas/sysconst.pp

+ 1 - 1
rtl/objpas/sysconst.pp

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