[SHELL32] Make 'hwndServer == NULL' spams quiet

This commit is contained in:
Katayama Hirofumi MZ
2020-09-06 22:48:29 +09:00
parent e7430a86b2
commit 88cdb9696b
-3
View File
@@ -300,10 +300,7 @@ CreateNotificationParamAndSend(LONG wEventId, UINT uFlags, LPCITEMIDLIST pidl1,
// get server window
HWND hwndServer = GetNotificationServer(FALSE);
if (hwndServer == NULL)
{
ERR("hwndServer == NULL\n");
return;
}
// the ticket owner is the process of the notification server
DWORD pid;