From e49f7274e01028a839a50af64af4bb8d46311218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 8 Jun 2012 12:02:24 +0000 Subject: Guids cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@358 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryLinkListPlus/linklist.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'plugins/HistoryLinkListPlus') diff --git a/plugins/HistoryLinkListPlus/linklist.c b/plugins/HistoryLinkListPlus/linklist.c index 4f32a7a4a9..94b3797143 100644 --- a/plugins/HistoryLinkListPlus/linklist.c +++ b/plugins/HistoryLinkListPlus/linklist.c @@ -67,13 +67,7 @@ PLUGININFOEX pluginInfo = { "http://www.miranda-im.org", UNICODE_AWARE, //not transient 0, //doesn't replace anything built-in - #ifdef _UNICODE - { 0xDA0B09F5, 0x9C66, 0x488C, { 0xAE, 0x37, 0x8A, 0x5F, 0x19, 0x1C, 0x90, 0x79 } } - // {DA0B09F5-9C66-488C-AE37-8A5F191C9079} - #else - { 0x06F23FA4, 0xABD4, 0x41CA, { 0xAD, 0xFA, 0x7B, 0xE8, 0x69, 0xC0, 0x63, 0x5A } } - // {06F23FA4-ABD4-41CA-ADFA-7BE869C0635A} - #endif + { 0xDA0B09F5, 0x9C66, 0x488C, { 0xAE, 0x37, 0x8A, 0x5F, 0x19, 0x1C, 0x90, 0x79 } } // {DA0B09F5-9C66-488C-AE37-8A5F191C9079} }; static const MUUID interfaces[] = {MIID_LINKLIST, MIID_LAST}; -- cgit v1.2.3