diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
commit | e052320014294575690ff5310cc9898b0b3d0fb1 (patch) | |
tree | 54a8e6c4a08477d880464521b2c88c5a1c280a0b /plugins/Dbx_tree | |
parent | b1dd0f06f616b7aef3c651d43898e7f9082c3d4b (diff) |
- muuids cosmetic fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree')
-rw-r--r-- | plugins/Dbx_tree/src/init.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Dbx_tree/src/init.cpp b/plugins/Dbx_tree/src/init.cpp index 348c678249..7f92bc7623 100644 --- a/plugins/Dbx_tree/src/init.cpp +++ b/plugins/Dbx_tree/src/init.cpp @@ -27,9 +27,7 @@ HINSTANCE hInstance = NULL; int hLangpack;
static const DWORD gMinMirVer = 0x00080000;
-// {28F45248-8C9C-4bee-9307-7BCF3E12BF99}
-static const MUUID gGUID =
-{ 0x28f45248, 0x8c9c, 0x4bee, { 0x93, 0x07, 0x7b, 0xcf, 0x3e, 0x12, 0xbf, 0x99 } };
+
static PLUGININFOEX gPluginInfoEx = {
sizeof(PLUGININFOEX),
@@ -41,7 +39,7 @@ static PLUGININFOEX gPluginInfoEx = { gCopyright,
"http://miranda-ng.org/",
UNICODE_AWARE,
- gGUID
+ { 0x28f45248, 0x8c9c, 0x4bee, { 0x93, 0x07, 0x7b, 0xcf, 0x3e, 0x12, 0xbf, 0x99 } } // {28F45248-8C9C-4bee-9307-7BCF3E12BF99}
};
extern "C" __declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD MirandaVersion)
|