From 30f0de315d1e749425dab520e5e20907e808d23c Mon Sep 17 00:00:00 2001 From: "U-i7\\gimy" Date: Sat, 4 Jul 2009 20:09:16 +0900 Subject: [PATCH] fix ticket #17643 --- mayu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayu.cpp b/mayu.cpp index 732a1f8..12e2fb9 100644 --- a/mayu.cpp +++ b/mayu.cpp @@ -966,7 +966,7 @@ public: // stop notify from mayu.dll g_hookData->m_hwndTaskTray = NULL; CHECK_FALSE( uninstallHooks() ); - SendMessage(HWND_BROADCAST, WM_NULL, 0, 0); + PostMessage(HWND_BROADCAST, WM_NULL, 0, 0); // destroy windows CHECK_TRUE( DestroyWindow(m_hwndVersion) ); -- 2.11.0