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 --- protocols/JabberG/docs/changelog_jabber.txt | 2 +- protocols/JabberG/jabber.cpp | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/docs/changelog_jabber.txt b/protocols/JabberG/docs/changelog_jabber.txt index 51b177858f..fcde5a6c8e 100644 --- a/protocols/JabberG/docs/changelog_jabber.txt +++ b/protocols/JabberG/docs/changelog_jabber.txt @@ -32,7 +32,7 @@ Version 0.7.0.4 Version 0.7.0.3 =============== [+] XEP-0048 support (Bookmark Storage) -[+] Added MirandaPluginInterfaces +[+] Added MirandaInterfaces [+] Implement UUID plugin info [+] added Windows Vista OS version detection [+] added ability of sending messages to the specific resource diff --git a/protocols/JabberG/jabber.cpp b/protocols/JabberG/jabber.cpp index 99b3ce796b..479afdaa59 100644 --- a/protocols/JabberG/jabber.cpp +++ b/protocols/JabberG/jabber.cpp @@ -96,16 +96,7 @@ extern "C" BOOL WINAPI DllMain( HINSTANCE hModule, DWORD, LPVOID ) return TRUE; } -extern "C" __declspec( dllexport ) PLUGININFOEX *MirandaPluginInfoEx( DWORD mirandaVersion ) -{ - return &pluginInfo; -} - -static const MUUID interfaces[] = {MIID_PROTOCOL, MIID_LAST}; -extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) -{ - return interfaces; -} +extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_PROTOCOL, MIID_LAST}; /////////////////////////////////////////////////////////////////////////////// // OnPreShutdown - prepares Miranda to be shut down -- cgit v1.2.3