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/Non-IM Contact/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Non-IM Contact/src') diff --git a/plugins/Non-IM Contact/src/main.cpp b/plugins/Non-IM Contact/src/main.cpp index 209967923b..43123d7a3f 100644 --- a/plugins/Non-IM Contact/src/main.cpp +++ b/plugins/Non-IM Contact/src/main.cpp @@ -83,6 +83,8 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) return &pluginInfoEx; } +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOCOL, MIID_LAST }; + //===================================================== // Name : WINAPI DllMain // Parameters: HINSTANCE hinst,DWORD fdwReason,LPVOID lpvReserved -- cgit v1.2.3