diff options
author | George Hazan <ghazan@miranda.im> | 2016-11-01 23:30:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-11-01 23:30:50 +0300 |
commit | 462d365fd7b2095e768685716b09e1bd36e690ad (patch) | |
tree | 6fede94e06830091dfb842e6183a08b0a52ff1cd /plugins/Scriver/src/srmm.cpp | |
parent | 88e9a3438231b9dc6e1101e739f55bceead19796 (diff) |
- StdChat removed from all solutions;
- MIID_CHAT removed
Diffstat (limited to 'plugins/Scriver/src/srmm.cpp')
-rw-r--r-- | plugins/Scriver/src/srmm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/srmm.cpp b/plugins/Scriver/src/srmm.cpp index cecb19f485..4d23a86f27 100644 --- a/plugins/Scriver/src/srmm.cpp +++ b/plugins/Scriver/src/srmm.cpp @@ -57,7 +57,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD) return &pluginInfo;
}
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SRMM, MIID_CHAT, MIID_LAST };
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SRMM, MIID_LAST };
extern "C" __declspec(dllexport) int Load(void)
{
|