From 03b421197a6af2c626b87830f7309b7110ce5561 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 1 Jun 2018 15:45:30 +0300 Subject: CMPluginBase::getModule: new helper for returning plugin's module --- src/mir_app/src/mir_app.def | 1 + src/mir_app/src/mir_app64.def | 1 + src/mir_app/src/srmm_statusicon.cpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mir_app/src/mir_app.def b/src/mir_app/src/mir_app.def index 33f5a59f10..513d8cae5c 100644 --- a/src/mir_app/src/mir_app.def +++ b/src/mir_app/src/mir_app.def @@ -618,3 +618,4 @@ UnregisterPlugin @633 ?Load@CMPluginBase@@UAEHXZ @647 NONAME ?Unload@CMPluginBase@@UAEHXZ @648 NONAME Srmm_ClickStatusIcon @649 +?getModule@CMPluginBase@@QBEPBDXZ @650 NONAME diff --git a/src/mir_app/src/mir_app64.def b/src/mir_app/src/mir_app64.def index 67d1f4ee8b..732effd29f 100644 --- a/src/mir_app/src/mir_app64.def +++ b/src/mir_app/src/mir_app64.def @@ -618,3 +618,4 @@ UnregisterPlugin @633 ?Load@CMPluginBase@@UEAAHXZ @647 NONAME ?Unload@CMPluginBase@@UEAAHXZ @648 NONAME Srmm_ClickStatusIcon @649 +?getModule@CMPluginBase@@QEBAPEBDXZ @650 NONAME diff --git a/src/mir_app/src/srmm_statusicon.cpp b/src/mir_app/src/srmm_statusicon.cpp index 34499a7f27..72e3a4f936 100644 --- a/src/mir_app/src/srmm_statusicon.cpp +++ b/src/mir_app/src/srmm_statusicon.cpp @@ -196,7 +196,7 @@ MIR_APP_DLL(StatusIconData*) Srmm_GetNthIcon(MCONTACT hContact, int index) ///////////////////////////////////////////////////////////////////////////////////////// -MIR_APP_DLL(void) Srmm_ClickStatusIcon(MCONTACT hContact, const StatusIconData *sid) +MIR_APP_DLL(void) Srmm_ClickStatusIcon(MCONTACT hContact, const StatusIconClickData *sid) { NotifyEventHooks(hHookIconPressedEvt, hContact, (LPARAM)sid); } -- cgit v1.2.3