[NTUSER] Add 'Win:' comment to IntRealChildWindowFromPoint

CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2023-02-14 10:45:19 +09:00
parent 83b8cb96f7
commit 73c1a8d19f

View file

@ -2917,6 +2917,7 @@ co_WinPosWindowFromPoint(
return Window;
}
/* Win: _RealChildWindowFromPoint */
PWND FASTCALL
IntRealChildWindowFromPoint(PWND Parent, LONG x, LONG y)
{