diff options
Diffstat (limited to 'plugins/WhenWasIt/WhenWasIt.cpp')
-rw-r--r-- | plugins/WhenWasIt/WhenWasIt.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/WhenWasIt/WhenWasIt.cpp b/plugins/WhenWasIt/WhenWasIt.cpp index c2eb1b3fb8..de77127c7e 100644 --- a/plugins/WhenWasIt/WhenWasIt.cpp +++ b/plugins/WhenWasIt/WhenWasIt.cpp @@ -51,12 +51,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD miranda return &pluginInfo;
}
-static const MUUID interfaces[] = {MIID_BIRTHDAYNOTIFY, MIID_LAST};
-
-extern "C" __declspec(dllexport) const MUUID *MirandaPluginInterfaces()
-{
- return interfaces;
-}
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_BIRTHDAYNOTIFY, MIID_LAST};
#include <commctrl.h>
|