mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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;
|
return pwndHit ? pwndHit : Parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Win: _ChildWindowFromPointEx */
|
||||||
PWND APIENTRY
|
PWND APIENTRY
|
||||||
IntChildWindowFromPointEx(PWND Parent, LONG x, LONG y, UINT uiFlags)
|
IntChildWindowFromPointEx(PWND Parent, LONG x, LONG y, UINT uiFlags)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue