Source position: jwawincon.pas line 104
type TCharUnion = record
case Integer of
0: (
UnicodeChar: WCHAR;
);
1: (
AsciiChar: AnsiChar;
end;