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;
|
retvalue = wnd->hwndSelf;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
WIN_UpdateWndPtr(&wnd,wnd->next);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
WIN_UpdateWndPtr(&wnd,wnd->next);
|
||||||
}
|
}
|
||||||
retvalue = hwndParent;
|
retvalue = hwndParent;
|
||||||
end:
|
end:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user