From 4516a6cdd712c510adba4b40f8b85db9ccf1a537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 30 Oct 2013 07:58:54 +0000 Subject: MirandaInterfaces fixes - also make SAR working correctly git-svn-id: http://svn.miranda-ng.org/main/trunk@6696 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/rps/rps.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'plugins/rps/rps.cpp') 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() { -- cgit v1.2.3