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