Source position: MacTypes.pas line 881
type NumVersionVariant = record
case SInt16 of
0: (
parts: NumVersion;
);
1: (
whole: UInt32;
end;