From 96f125395e5a1ec213394fd22730f03b03e33cad Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 30 Jan 2013 08:35:58 +0000 Subject: muuid standardization git-svn-id: http://svn.miranda-ng.org/main/trunk@3353 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FTPFileYM/src/ftpfile.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/FTPFileYM/src/ftpfile.cpp') diff --git a/plugins/FTPFileYM/src/ftpfile.cpp b/plugins/FTPFileYM/src/ftpfile.cpp index 2642fb49d5..5a7af8e2b7 100644 --- a/plugins/FTPFileYM/src/ftpfile.cpp +++ b/plugins/FTPFileYM/src/ftpfile.cpp @@ -49,8 +49,9 @@ static PLUGININFOEX pluginInfoEx = __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, - UNICODE_AWARE, - MIID_FTPFILE + UNICODE_AWARE, + // {9502E511-7E5D-49A1-8BA5-B1AEE70FA5BF} + {0x9502e511, 0x7e5d, 0x49a1, {0x8b, 0xa5, 0xb1, 0xae, 0xe7, 0xf, 0xa5, 0xbf}} }; //------------ BASIC STAFF ------------// @@ -66,8 +67,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda return &pluginInfoEx; } -extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_FTPFILE, MIID_LAST}; - //------------ INIT FUNCTIONS ------------// static IconItem iconList[] = -- cgit v1.2.3