diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-26 13:48:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-26 13:48:24 +0300 |
commit | 42706272085db04de11ba586e3e2c8a507e7af0d (patch) | |
tree | 5c6c22ffa6239dc672488bf91c65095944d4dab6 /plugins/NewsAggregator/Src | |
parent | 0b0d9f28696294beed32d5cdc3f5e93cd996f08e (diff) |
fixes #1212 (virtual protocols contacts)
Diffstat (limited to 'plugins/NewsAggregator/Src')
-rw-r--r-- | plugins/NewsAggregator/Src/NewsAggregator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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;
|