From 42706272085db04de11ba586e3e2c8a507e7af0d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 26 Mar 2018 13:48:24 +0300 Subject: fixes #1212 (virtual protocols contacts) --- plugins/NewsAggregator/Src/NewsAggregator.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/NewsAggregator') diff --git a/plugins/NewsAggregator/Src/NewsAggregator.cpp b/plugins/NewsAggregator/Src/NewsAggregator.cpp index e30d9b7f02..ab1ac2f830 100644 --- a/plugins/NewsAggregator/Src/NewsAggregator.cpp +++ b/plugins/NewsAggregator/Src/NewsAggregator.cpp @@ -48,6 +48,8 @@ bool WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID) return TRUE; } +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOCOL, MIID_LAST }; + extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) { return &pluginInfoEx; -- cgit v1.2.3