diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
commit | e052320014294575690ff5310cc9898b0b3d0fb1 (patch) | |
tree | 54a8e6c4a08477d880464521b2c88c5a1c280a0b /plugins/HistorySweeperLight/src | |
parent | b1dd0f06f616b7aef3c651d43898e7f9082c3d4b (diff) |
- muuids cosmetic fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight/src')
-rw-r--r-- | plugins/HistorySweeperLight/src/historysweeperlight.h | 4 | ||||
-rw-r--r-- | plugins/HistorySweeperLight/src/main.cpp | 2 |
2 files changed, 1 insertions, 5 deletions
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)
|