Source position: amigados.pas line 70
type TDateStamp = packed record
ds_Days: LongInt;
ds_Minute: LongInt;
ds_Tick: LongInt;
end;