From 3d30ed65f9e226b7b183b23ce5dba435ec491f0b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 Jan 2025 18:28:28 +0300 Subject: DBEVENTINFO::timestamp to become 64-bit integer --- include/delphi/m_database.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/delphi/m_database.inc') diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index 909bc1ead5..dd76270478 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -40,7 +40,7 @@ type PDBEVENTINFO = ^TDBEVENTINFO; TDBEVENTINFO = record szModule : PAnsiChar; // module that 'owns' this event and controls the data format - timestamp: dword; // timestamp in UNIX time + timestamp: Int64; // timestamp in UNIX time flags : dword; // the DBEF_* flags above eventType: dword; // event type, such as message, can be module defined hContact : TMCONTACT; // contact to which this event belongs -- cgit v1.2.3