From aafecc66f4056279e5ddccf7804b147b54167612 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 16 Jun 2012 12:16:15 +0000 Subject: another portion of unneeded MirandaPluginInterfaces removal git-svn-id: http://svn.miranda-ng.org/main/trunk@444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/KeyboardNotify/main.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'plugins/KeyboardNotify/main.cpp') diff --git a/plugins/KeyboardNotify/main.cpp b/plugins/KeyboardNotify/main.cpp index 66ee22dcf9..2280d08c8f 100644 --- a/plugins/KeyboardNotify/main.cpp +++ b/plugins/KeyboardNotify/main.cpp @@ -305,6 +305,7 @@ BOOL bReminderDisabled = FALSE; char *szMetaProto = NULL; BYTE bMetaProtoEnabled = 0; +#define MIID_KBDNOTIFY {0x119d7288, 0x2050, 0x448d, { 0x99, 0x00, 0xd8, 0x6a, 0xc7, 0x04, 0x26, 0xbf }} PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), @@ -317,7 +318,7 @@ PLUGININFOEX pluginInfo={ "http://addons.miranda-im.org/", UNICODE_AWARE, 0, //doesn't replace anything built-in - {0x119d7288, 0x2050, 0x448d, { 0x99, 0x00, 0xd8, 0x6a, 0xc7, 0x04, 0x26, 0xbf }} //{119D7288-2050-448d-9900-D86AC70426BF} + MIID_KBDNOTIFY //{119D7288-2050-448d-9900-D86AC70426BF} }; @@ -1139,13 +1140,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda return &pluginInfo; } -#define MIID_KBDNOTIFY {0x119d7288, 0x2050, 0x448d, { 0x99, 0x00, 0xd8, 0x6a, 0xc7, 0x04, 0x26, 0xbf }} -static const MUUID interfaces[] = {MIID_KBDNOTIFY, MIID_LAST}; -extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) -{ - return interfaces; -} - extern "C" __declspec(dllexport) int Load(PLUGINLINK *link) { pluginLink = link; -- cgit v1.2.3