From f7e482e4333df76b198b16c7685c2304007fbe79 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Jul 2012 18:28:49 +0000 Subject: dynamic dll checker git-svn-id: http://svn.miranda-ng.org/main/trunk@989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_tree/init.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'plugins/Dbx_tree') diff --git a/plugins/Dbx_tree/init.cpp b/plugins/Dbx_tree/init.cpp index fc3c088146..0ad9e6721b 100644 --- a/plugins/Dbx_tree/init.cpp +++ b/plugins/Dbx_tree/init.cpp @@ -26,12 +26,10 @@ HINSTANCE hInstance = NULL; int hLangpack; static const DWORD gMinMirVer = 0x00080000; -static const MUUID gInterfaces[] = {MIID_DATABASE, MIID_LAST}; // {28F45248-8C9C-4bee-9307-7BCF3E12BF99} static const MUUID gGUID = { 0x28f45248, 0x8c9c, 0x4bee, { 0x93, 0x07, 0x7b, 0xcf, 0x3e, 0x12, 0xbf, 0x99 } }; - static PLUGININFOEX gPluginInfoEx = { sizeof(PLUGININFOEX), gInternalNameLong, @@ -55,10 +53,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD Mirand return &gPluginInfoEx; } -extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) -{ - return gInterfaces; -} +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_DATABASE, MIID_LAST}; extern "C" __declspec(dllexport) int Load(void) { -- cgit v1.2.3