diff options
Diffstat (limited to 'plugins/TipperYM')
-rw-r--r-- | plugins/TipperYM/src/common.h | 2 | ||||
-rw-r--r-- | plugins/TipperYM/src/tipper.cpp | 2 |
2 files changed, 1 insertions, 3 deletions
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)
|