From d1ef727e95bac24bc97ebe5cb3c3f0ee42271f86 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 29 Mar 2009 15:58:48 +0000 Subject: x64 portability git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@439 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/popups2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'yapp/popups2.cpp') diff --git a/yapp/popups2.cpp b/yapp/popups2.cpp index d6d276d..8f12292 100644 --- a/yapp/popups2.cpp +++ b/yapp/popups2.cpp @@ -324,6 +324,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { int PreShutdown(WPARAM wParam, LPARAM lParam) { if(hAvChangeEvent) UnhookEvent(hAvChangeEvent); DeinitMessagePump(); + DeinitNotify(); return 0; } -- cgit v1.2.3