From d29abce19b35fc0b0c71eaaf2c294b153e309ae9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 Jan 2025 16:42:04 +0300 Subject: fixes #4834 (History++: Incorrect timestamps in history after switching to new timestamp format) --- include/delphi/m_database.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/delphi/m_database.inc') diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index dd76270478..aecccbf82e 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -28,6 +28,12 @@ const DBEF_RTL = 8; // event contains the right-to-left aligned text DBEF_UTF = 16; // event contains a text in utf-8 DBEF_ENCRYPTED = 32; // event is encrypted (never reported outside a driver) + DBEF_HAS_ID = 64; + DBEF_SECURE = 128; + DBEF_STRONG = 256; + DBEF_BOOKMARK = 512; + DBEF_JSON = 1024; + DBEF_MSEC = 2048; const EVENTTYPE_MESSAGE = 0; -- cgit v1.2.3