From e052320014294575690ff5310cc9898b0b3d0fb1 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 28 Jan 2013 13:50:50 +0000 Subject: - muuids cosmetic fixes (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@3321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistorySweeperLight/src/historysweeperlight.h | 4 ---- plugins/HistorySweeperLight/src/main.cpp | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/HistorySweeperLight/src') diff --git a/plugins/HistorySweeperLight/src/historysweeperlight.h b/plugins/HistorySweeperLight/src/historysweeperlight.h index c7fbeaeb25..a1b67c464e 100644 --- a/plugins/HistorySweeperLight/src/historysweeperlight.h +++ b/plugins/HistorySweeperLight/src/historysweeperlight.h @@ -47,10 +47,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Plugin name #define ModuleName "History Sweeper Light" -// Plugin UUID for New plugin loader -// req. 0.7.18+ core -// {1D9BF74A-44A8-4b3f-A6E5-73069D3A8979} -#define MIID_HISTORYSWEEPERLIGHT { 0x1d9bf74a, 0x44a8, 0x4b3f, { 0xa6, 0xe5, 0x73, 0x6, 0x9d, 0x3a, 0x89, 0x79 } } // main.c extern HINSTANCE hInst; diff --git a/plugins/HistorySweeperLight/src/main.cpp b/plugins/HistorySweeperLight/src/main.cpp index 64fcc8a4f3..59ee86b329 100644 --- a/plugins/HistorySweeperLight/src/main.cpp +++ b/plugins/HistorySweeperLight/src/main.cpp @@ -39,7 +39,7 @@ static PLUGININFOEX pluginInfoEx = "© 2002-2003 Sergey V. Gershovich a.k.a. Jazzy$, 2006-2009 Boris Krasnovskiy, 2010, 2011 tico-tico", "http://miranda-ng.org/", UNICODE_AWARE, - MIID_HISTORYSWEEPERLIGHT + { 0x1d9bf74a, 0x44a8, 0x4b3f, { 0xa6, 0xe5, 0x73, 0x6, 0x9d, 0x3a, 0x89, 0x79 } } // {1D9BF74A-44A8-4b3f-A6E5-73069D3A8979} }; BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved) -- cgit v1.2.3