summaryrefslogtreecommitdiff
path: root/plugins/rps/rps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rps/rps.cpp')
-rw-r--r--plugins/rps/rps.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/rps/rps.cpp b/plugins/rps/rps.cpp
index 1d0f801e41..33d51a3c40 100644
--- a/plugins/rps/rps.cpp
+++ b/plugins/rps/rps.cpp
@@ -105,12 +105,7 @@ __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
}
-static const MUUID interfaces[] = { MIID_REMOVEPERSONALSETTINGS, MIID_LAST };
-__declspec(dllexport) const MUUID* MirandaPluginInterfaces(void)
-{
- return interfaces;
-}
-
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_REMOVEPERSONALSETTINGS, MIID_LAST };
int __declspec(dllexport) Load()
{