diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-30 09:01:58 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-30 09:01:58 +0000 |
commit | a55c28f1ff465f0df42669975f1513d52785416e (patch) | |
tree | feee07aa47fc8b9f83ff5435bb6dde09d06df561 /protocols/EmLanProto | |
parent | 1b430673df6b613839e5e33425e332f1cce4b733 (diff) |
muuid standardization
git-svn-id: http://svn.miranda-ng.org/main/trunk@3356 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/EmLanProto')
-rw-r--r-- | protocols/EmLanProto/src/amdproto.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/EmLanProto/src/amdproto.cpp b/protocols/EmLanProto/src/amdproto.cpp index 5c35adc9df..f014d8670a 100644 --- a/protocols/EmLanProto/src/amdproto.cpp +++ b/protocols/EmLanProto/src/amdproto.cpp @@ -16,8 +16,9 @@ PLUGININFOEX pluginInfo={ "kva@fromru.com",
"Viktor Kuzmin of e-mage",
"",
- 0,
- { 0xe08ce7c4, 0x9eeb, 0x4272, { 0xb5, 0x44, 0xd, 0x32, 0xe1, 0x8d, 0x90, 0xde } } // {E08CE7C4-9EEB-4272-B544-0D32E18D90DE}
+ UNICODE_AWARE,
+ // {E08CE7C4-9EEB-4272-B544-0D32E18D90DE}
+ {0xe08ce7c4, 0x9eeb, 0x4272, {0xb5, 0x44, 0xd, 0x32, 0xe1, 0x8d, 0x90, 0xde}}
};
HINSTANCE g_hInstance = NULL;
|