mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTUSER] Add 'Win:' comment to IntRealChildWindowFromPoint
CORE-11700
This commit is contained in:
parent
83b8cb96f7
commit
73c1a8d19f
1 changed files with 1 additions and 0 deletions
|
@ -2917,6 +2917,7 @@ co_WinPosWindowFromPoint(
|
|||
return Window;
|
||||
}
|
||||
|
||||
/* Win: _RealChildWindowFromPoint */
|
||||
PWND FASTCALL
|
||||
IntRealChildWindowFromPoint(PWND Parent, LONG x, LONG y)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue