From 73e40c0b5ceedc93c111530c71bc5dc798390bcb Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 29 Jan 2013 08:32:31 +0000 Subject: - muuid standardization (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@3332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TipperYM/src/common.h | 2 -- plugins/TipperYM/src/tipper.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/TipperYM') diff --git a/plugins/TipperYM/src/common.h b/plugins/TipperYM/src/common.h index d66c1bd221..bbecc49386 100644 --- a/plugins/TipperYM/src/common.h +++ b/plugins/TipperYM/src/common.h @@ -88,8 +88,6 @@ Boston, MA 02111-1307, USA. #include "m_variables.h" #include "m_smileyadd.h" -// {8392DF1D-9090-4f8e-9DF6-2FE058EDD800} -#define MIID_TIPPER { 0x8392df1d, 0x9090, 0x4f8e, { 0x9d, 0xf6, 0x2f, 0xe0, 0x58, 0xed, 0xd8, 0x00 } } #define MODULE "Tipper" #define MODULE_ITEMS "Tipper_Items" diff --git a/plugins/TipperYM/src/tipper.cpp b/plugins/TipperYM/src/tipper.cpp index 9af1b64b20..33895c7035 100644 --- a/plugins/TipperYM/src/tipper.cpp +++ b/plugins/TipperYM/src/tipper.cpp @@ -58,7 +58,7 @@ PLUGININFOEX pluginInfoEx = "© 2005-2007 Scott Ellis, 2007-2011 Jan Holub", "http://miranda-ng.org/", UNICODE_AWARE, //doesn't replace anything built-in - MIID_TIPPER + { 0x8392df1d, 0x9090, 0x4f8e, { 0x9d, 0xf6, 0x2f, 0xe0, 0x58, 0xed, 0xd8, 0x00 } } // {8392DF1D-9090-4f8e-9DF6-2FE058EDD800} }; extern "C" bool WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) -- cgit v1.2.3