- Fix crash with win wine test. Win test works on my tree here and hardware as well.

svn path=/trunk/; revision=50853
This commit is contained in:
James Tabor 2011-02-21 09:01:07 +00:00
parent 168de1f20c
commit 5d30cb38c3

View file

@ -1624,11 +1624,6 @@ UserSendNotifyMessage( HWND hWnd,
for (i = 0; List[i]; i++)
{
Ret = UserSendNotifyMessage(List[i], Msg, wParam, lParam);
if (!Ret)
{
DPRINT1("SendNotifyMessage: Failed in Broadcast!\n");
break;
}
}
ExFreePool(List);
}