From 94d8bccac15ff07bcbc2453a0220983495891f52 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Jun 2017 13:43:27 +0300 Subject: fixes #786 (Importing mContacts history causes a crash and damages the user profile) --- plugins/HistoryPlusPlus/hpp_global.pas | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/HistoryPlusPlus/hpp_global.pas') diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas index c549f5b9c4..f4deebe2c0 100644 --- a/plugins/HistoryPlusPlus/hpp_global.pas +++ b/plugins/HistoryPlusPlus/hpp_global.pas @@ -73,6 +73,11 @@ type TRTLMode = (hppRTLDefault,hppRTLEnable,hppRTLDisable); + TOldDBEventInfo = record + cbSize : dword; + d : TDBEventInfo; + end; + PHistoryItem = ^THistoryItem; THistoryItem = record Time: DWord; -- cgit v1.2.3