Browse Source

* Allow widechar sets, reduce to ansichar set

Michaël Van Canneyt 2 years ago
parent
commit
7aa043e235
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/systemh.inc

+ 1 - 0
rtl/inc/systemh.inc

@@ -546,6 +546,7 @@ Type
 { Zero - terminated strings }
 { Zero - terminated strings }
 
 
 {$IF DECLARED(AnsiChar)}
 {$IF DECLARED(AnsiChar)}
+=======
 // Compiler defines AnsiChar and WideChar, not AnsiChar
 // Compiler defines AnsiChar and WideChar, not AnsiChar
 {$IFDEF UNICODERTL}
 {$IFDEF UNICODERTL}
   Char = WideChar;
   Char = WideChar;