From 357af8c5a3cf922818ee014a8f2b54a799917eea Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 5 Jun 2012 15:39:50 +0000 Subject: removed old PLUGININFO. plugin info cleanup starts git-svn-id: http://svn.miranda-ng.org/main/trunk@312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Bonsai/Bonsai.cpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'plugins/Bonsai/Bonsai.cpp') diff --git a/plugins/Bonsai/Bonsai.cpp b/plugins/Bonsai/Bonsai.cpp index bea3156f89..7952b0e334 100644 --- a/plugins/Bonsai/Bonsai.cpp +++ b/plugins/Bonsai/Bonsai.cpp @@ -45,21 +45,13 @@ PLUGININFOEX pluginInfo = { __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, - 1, //unicode aware + UNICODE_AWARE, //unicode aware 0, {0x2fe47261, 0x7f38, 0x45f4, {0x8f, 0xac, 0xb8, 0x7e, 0x97, 0x4a, 0x13, 0x50}} //{2fe47261-7f38-45f4-8fac-b87e974a1350} - }; //not used - -OLD_MIRANDAPLUGININFO_SUPPORT; +}; extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD mirandaVersion) { -// Log("%s", "Entering function " __FUNCTION__); -// Log("%s", "Leaving function " __FUNCTION__); - if (mirandaVersion < PLUGIN_MAKE_VERSION(0, 6, 0, 0)) - { - return NULL; - } return &pluginInfo; } -- cgit v1.2.3