diff options
author | George Hazan <ghazan@miranda.im> | 2017-06-28 13:43:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-06-28 13:43:27 +0300 |
commit | 94d8bccac15ff07bcbc2453a0220983495891f52 (patch) | |
tree | beb24c90a5eebb823fd56d76424cf3df67c8325a /plugins/HistoryPlusPlus/hpp_global.pas | |
parent | 67a4d8a0e0725cf7c87e26f153f69107c62a9df1 (diff) |
fixes #786 (Importing mContacts history causes a crash and damages the user profile)
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_global.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_global.pas | 5 |
1 files changed, 5 insertions, 0 deletions
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;
|