From 8a1ff32e54b39ceef22df61bda17bbfda94918fc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 Mar 2019 19:56:19 +0300 Subject: fixes #1876 (YAPP renamed to StdPopup, to popup service be always present) --- plugins/Popup/src/avatars.cpp | 2 +- plugins/Popup/src/main.cpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/Popup/src') diff --git a/plugins/Popup/src/avatars.cpp b/plugins/Popup/src/avatars.cpp index db5e64650f..39144188c1 100644 --- a/plugins/Popup/src/avatars.cpp +++ b/plugins/Popup/src/avatars.cpp @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h" -PopupAvatar *PopupAvatar::create(MCONTACT hContact) +PopupAvatar* PopupAvatar::create(MCONTACT hContact) { if (hContact) { if (ServiceExists(MS_AV_GETAVATARBITMAP)) { diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index ae4875c9ba..2a84de3e69 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -300,6 +300,10 @@ CMPlugin::CMPlugin() : PLUGIN(MODULENAME, pluginInfoEx) {} +///////////////////////////////////////////////////////////////////////////////////////// + +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_POPUP, MIID_LAST }; + //===== Load ============================================================================ // Initializes the services provided and the link to those needed // Called when the plugin is loaded into Miranda -- cgit v1.2.3