summaryrefslogtreecommitdiff
path: root/plugins/SMS
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-29 14:12:40 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-29 14:12:40 +0000
commit3c8c91e6df3fae6a4290aeeedc0170731f672320 (patch)
treec6f75d31c2705e20e06a9c6682fd2e14b5fdf6fa /plugins/SMS
parentf513f611c525310554d153aa1fe02d06a40ea49f (diff)
- muuid standardization (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3338 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS')
-rw-r--r--plugins/SMS/src/SMSConstans.h2
-rw-r--r--plugins/SMS/src/main.cpp5
2 files changed, 2 insertions, 5 deletions
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)
{