OSDN Git Service

fix ticket #17643
authorU-i7\gimy <gimy@users.sourceforge.jp>
Sat, 4 Jul 2009 11:09:16 +0000 (20:09 +0900)
committerU-i7\gimy <gimy@users.sourceforge.jp>
Sat, 4 Jul 2009 11:09:16 +0000 (20:09 +0900)
mayu.cpp

index 732a1f8..12e2fb9 100644 (file)
--- 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) );