From be889fbab9bbbfe6445ba402d038a32ce68aafff Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 4 Oct 2017 23:29:03 +0300 Subject: XSoundNotify: use unique guid --- plugins/XSoundNotify/src/xsn_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/XSoundNotify') diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index c5e132eb39..a42bf083c3 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -29,8 +29,8 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // {08B86253-EC6E-4D09-B7A9-64ACDF0627B8} - { 0x8b86253, 0xec6e, 0x4d09, { 0xb7, 0xa9, 0x64, 0xac, 0xdf, 0x6, 0x27, 0xb8 } } + // {A01E25F7-A6EF-4B40-8CAC-755A2F2E55B5} + { 0xa01e25f7, 0xa6ef, 0x4b40,{ 0x8c, 0xac, 0x75, 0x5a, 0x2f, 0x2e, 0x55, 0xb5 } } }; BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID) -- cgit v1.2.3