mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[Win32k]
- 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:
parent
168de1f20c
commit
5d30cb38c3
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue