[NTUSER] Add 'Win:' comment to IntChildWindowFromPointEx

CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2023-02-14 10:43:37 +09:00
parent 798d0352a0
commit 83b8cb96f7

View file

@ -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)
{