From 3c8c91e6df3fae6a4290aeeedc0170731f672320 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 29 Jan 2013 14:12:40 +0000 Subject: - muuid standardization (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@3338 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SMS/src/SMSConstans.h | 2 -- plugins/SMS/src/main.cpp | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'plugins/SMS/src') diff --git a/plugins/SMS/src/SMSConstans.h b/plugins/SMS/src/SMSConstans.h index 2642a56c7d..308cfbfdca 100644 --- a/plugins/SMS/src/SMSConstans.h +++ b/plugins/SMS/src/SMSConstans.h @@ -10,8 +10,6 @@ -// {CF97FD5D-B911-47a8-AF03-D21968B5B894} -#define SMS_GUID { 0xcf97fd5d, 0xb911, 0x47a8, { 0xaf, 0x3, 0xd2, 0x19, 0x68, 0xb5, 0xb8, 0x94 } } #define MIN_MIR_VER_VERSION_DWORD PLUGIN_MAKE_VERSION(0,8,0,0) diff --git a/plugins/SMS/src/main.cpp b/plugins/SMS/src/main.cpp index 2467838e46..bf75398a1b 100644 --- a/plugins/SMS/src/main.cpp +++ b/plugins/SMS/src/main.cpp @@ -158,12 +158,11 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // {70AC2AC9-85C6-4624-9B05-24733FEBB052} - SMS_GUID + // {CF97FD5D-B911-47a8-AF03-D21968B5B894} + { 0xcf97fd5d, 0xb911, 0x47a8, { 0xaf, 0x3, 0xd2, 0x19, 0x68, 0xb5, 0xb8, 0x94 } } }; -extern "C" __declspec(dllexport) const MUUID interfaces[] = {SMS_GUID,MIID_LAST}; extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) { -- cgit v1.2.3