mirror of
https://github.com/reactos/reactos.git
synced 2026-05-17 15:23:50 +08:00
[SHELL32] Make "Unable to get notification window" quiet
CORE-13950
This commit is contained in:
@@ -45,6 +45,12 @@ DoGetNewDeliveryWorker(void)
|
||||
return s_hwndNewWorker;
|
||||
|
||||
HWND hwndShell = GetShellWindow();
|
||||
if (hwndShell == NULL)
|
||||
{
|
||||
TRACE("GetShellWindow() returned NULL\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
HWND hwndWorker = (HWND)SendMessageW(hwndShell, WM_GETDELIWORKERWND, 0, 0);
|
||||
if (!IsWindow(hwndWorker))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user