mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[NTUSER] Add 'Win:' comment to IntChildWindowFromPointEx
CORE-11700
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user