From 96d7941b3da1e5c4e79688312a55d0fd45b58b69 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky <mataes2007@gmail.com> Date: Sun, 10 Feb 2013 05:50:20 +0000 Subject: removed not needed interfaces (i think it was last) git-svn-id: http://svn.miranda-ng.org/main/trunk@3517 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAMN/src/main.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'plugins/YAMN/src') diff --git a/plugins/YAMN/src/main.cpp b/plugins/YAMN/src/main.cpp index 1e9c6aa545..8528d7d95f 100644 --- a/plugins/YAMN/src/main.cpp +++ b/plugins/YAMN/src/main.cpp @@ -45,9 +45,10 @@ PLUGININFOEX pluginInfo = { "y_b tweety (majvan)", "francois.mean@skynet.be", "� (2002-2004 majvan) 2005-2007 tweety y_b Miranda community", - "http://miranda-ng.org/", //"http://www.majvan.host.sk/Projekty/YAMN?fm = soft", + "http://miranda-ng.org/", UNICODE_AWARE, - { 0xb047a7e5, 0x27a, 0x4cfc, { 0x8b, 0x18, 0xed, 0xa8, 0x34, 0x5d, 0x27, 0x90 } } // {B047A7E5-027A-4cfc-8B18-EDA8345D2790} + // {B047A7E5-027A-4cfc-8B18-EDA8345D2790} + {0xb047a7e5, 0x27a, 0x4cfc, {0x8b, 0x18, 0xed, 0xa8, 0x34, 0x5d, 0x27, 0x90}} }; HANDLE hNewMailHook; @@ -156,10 +157,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda ///////////////////////////////////////////////////////////////////////////////////////// -extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MUUID_YAMN_FORCECHECK, MIID_LAST}; - -///////////////////////////////////////////////////////////////////////////////////////// - #ifdef YAMN_DEBUG static char unknownCP[1500] = {0}; #endif -- cgit v1.2.3