From 9649ae46f093f7d4e6130d24c90da19e153a2ccf Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 10 Dec 2013 14:30:49 +0000 Subject: MirandaNGHistoryToDB moved to deprecated git-svn-id: http://svn.miranda-ng.org/main/trunk@7118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../MirandaNGHistoryToDB/m_historytodb.inc | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 plugins/!Deprecated/MirandaNGHistoryToDB/m_historytodb.inc (limited to 'plugins/!Deprecated/MirandaNGHistoryToDB/m_historytodb.inc') diff --git a/plugins/!Deprecated/MirandaNGHistoryToDB/m_historytodb.inc b/plugins/!Deprecated/MirandaNGHistoryToDB/m_historytodb.inc new file mode 100644 index 0000000000..07aa224029 --- /dev/null +++ b/plugins/!Deprecated/MirandaNGHistoryToDB/m_historytodb.inc @@ -0,0 +1,40 @@ +{ ############################################################################ } +{ # # } +{ # MirandaNG HistoryToDB Plugin v2.4 # } +{ # # } +{ # License: GPLv3 # } +{ # # } +{ # Author: Grigorev Michael (icq: 161867489, email: sleuthhound@gmail.com) # } +{ # # } +{ ############################################################################ } + +{$IFNDEF M_HISTORYTODB} +{$DEFINE M_HISTORYTODB} + +const + + // MS_MHTD_SHOWHISTORY + // (supported from 2.4.0) + // Open history + // wParam - zero + // lParam - zero + // Return - 0 + MS_MHTD_SHOWHISTORY = 'MirandaNGHistoryToDB/ShowHistory'; + + // MS_MHTD_SHOWCONTACTHISTORY + // (supported from 2.4.0) + // Open contact history + // wParam - hContact + // lParam - zero + // Return - 0 + MS_MHTD_SHOWCONTACTHISTORY = 'MirandaNGHistoryToDB/ShowContactHistory'; + + // MS_MHTD_GETVERSION + // (supported from 2.4.0) + // Get current MirandaNGHistoryToDB version + // wParam - zero + // lParam - zero + // Return - current version, via PLUGIN_MAKE_VERSION macro + MS_MHTD_GETVERSION = 'MirandaNGHistoryToDB/GetVersion'; + +{$ENDIF} -- cgit v1.2.3