mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[NTUSER] Add 'Win:' comment to IntChildWindowFromPointEx
CORE-11700
This commit is contained in:
parent
798d0352a0
commit
83b8cb96f7
1 changed files with 1 additions and 0 deletions
|
@ -2959,6 +2959,7 @@ IntRealChildWindowFromPoint(PWND Parent, LONG x, LONG y)
|
|||
return pwndHit ? pwndHit : Parent;
|
||||
}
|
||||
|
||||
/* Win: _ChildWindowFromPointEx */
|
||||
PWND APIENTRY
|
||||
IntChildWindowFromPointEx(PWND Parent, LONG x, LONG y, UINT uiFlags)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue