From 83b8cb96f762b5601f636cdc31b2f3f97cb1ec4e Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Tue, 14 Feb 2023 10:43:37 +0900 Subject: [PATCH] [NTUSER] Add 'Win:' comment to IntChildWindowFromPointEx CORE-11700 --- win32ss/user/ntuser/winpos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/win32ss/user/ntuser/winpos.c b/win32ss/user/ntuser/winpos.c index 955ddd7ceca..d1f37c55bbe 100644 --- a/win32ss/user/ntuser/winpos.c +++ b/win32ss/user/ntuser/winpos.c @@ -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) {