mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Fixed an infinite loop in ChildWindowFromPointEx.
This commit is contained in:
parent
4925186bb2
commit
d9a3d70df5
@ -627,9 +627,9 @@ HWND WINAPI ChildWindowFromPointEx( HWND hwndParent, POINT pt,
|
||||
retvalue = wnd->hwndSelf;
|
||||
goto end;
|
||||
}
|
||||
WIN_UpdateWndPtr(&wnd,wnd->next);
|
||||
|
||||
}
|
||||
WIN_UpdateWndPtr(&wnd,wnd->next);
|
||||
}
|
||||
retvalue = hwndParent;
|
||||
end:
|
||||
|
Loading…
Reference in New Issue
Block a user