From a55c28f1ff465f0df42669975f1513d52785416e Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 30 Jan 2013 09:01:58 +0000 Subject: muuid standardization git-svn-id: http://svn.miranda-ng.org/main/trunk@3356 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/EmLanProto/src/amdproto.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'protocols') 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; -- cgit v1.2.3