Source position: MacTypes.pas line 292
type wide = record
case Boolean of
False: (
lo: UInt32;
hi: SInt32;
);
True: (
int: SInt64;
end;