diff options
Diffstat (limited to 'plugins/Db3x/init.cpp')
-rw-r--r-- | plugins/Db3x/init.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Db3x/init.cpp b/plugins/Db3x/init.cpp index 63f752beb6..f9b1269bda 100644 --- a/plugins/Db3x/init.cpp +++ b/plugins/Db3x/init.cpp @@ -163,11 +163,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD mirand return &pluginInfo;
}
-static const MUUID interfaces[] = {MIID_DATABASE, MIID_LAST};
-extern "C" __declspec(dllexport) const MUUID * MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_DATABASE, MIID_LAST};
extern "C" __declspec(dllexport) int Load(void)
{
|