diff options
Diffstat (limited to 'plugins/HistoryLinkListPlus/linklist.c')
-rw-r--r-- | plugins/HistoryLinkListPlus/linklist.c | 8 |
1 files changed, 1 insertions, 7 deletions
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};
|