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/Weather | |
parent | 0b0d9f28696294beed32d5cdc3f5e93cd996f08e (diff) |
fixes #1212 (virtual protocols contacts)
Diffstat (limited to 'plugins/Weather')
-rw-r--r-- | plugins/Weather/src/weather.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Weather/src/weather.cpp b/plugins/Weather/src/weather.cpp index fad7fa65aa..8ea8f6605f 100644 --- a/plugins/Weather/src/weather.cpp +++ b/plugins/Weather/src/weather.cpp @@ -73,6 +73,8 @@ static const PLUGININFOEX pluginInfoEx = {0x6b612a34, 0xdcf2, 0x4e32, {0x85, 0xcf, 0xb6, 0xfd, 0x0, 0x6b, 0x74, 0x5e}}
};
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOCOL, MIID_LAST };
+
extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD)
{
return &pluginInfoEx;
|