diff --git a/reactos/dll/win32/shell32/wine/shellord.c b/reactos/dll/win32/shell32/wine/shellord.c index 0a4fffa3f4f..fe238fd1717 100644 --- a/reactos/dll/win32/shell32/wine/shellord.c +++ b/reactos/dll/win32/shell32/wine/shellord.c @@ -310,9 +310,14 @@ BOOL WINAPI RegisterShellHook( DWORD dwType) { if (dwType == 3) + { + SetTaskmanWindow(hWnd); return RegisterShellHookWindow(hWnd); + } else if (dwType == 0) + { return DeregisterShellHookWindow(hWnd); + } ERR("Unsupported argument"); return FALSE;