diff options
Diffstat (limited to 'plugins/NewEventNotify/main.cpp')
-rw-r--r-- | plugins/NewEventNotify/main.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/NewEventNotify/main.cpp b/plugins/NewEventNotify/main.cpp index 3cf67e39b6..2ff9fa9324 100644 --- a/plugins/NewEventNotify/main.cpp +++ b/plugins/NewEventNotify/main.cpp @@ -172,11 +172,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda return &pluginInfo;
}
-static const MUUID interfaces[] = {MIID_EVENTNOTIFY, MIID_LAST};
-extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_EVENTNOTIFY, MIID_LAST};
extern "C" __declspec(dllexport) int Load(void)
{
|