Browse Source

rtl: added UnicodeChar=char

mattias 7 years ago
parent
commit
170e17c7e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl/system.pas

+ 1 - 0
packages/rtl/system.pas

@@ -61,6 +61,7 @@ type
   UnicodeString = String;
   WideString = String;
   WideChar = char;
+  UnicodeChar = char;
 
   TDynArrayIndex = NativeInt;
   TTextLineBreakStyle = (tlbsLF,tlbsCRLF,tlbsCR);