mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[SHELL32] Make 'hwndServer == NULL' spams quiet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user