From 648f7b1d9ffa442433983eacb365e9544bff940d Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Thu, 19 Jul 2007 21:34:53 +0900 Subject: [PATCH] winuser.h: Add RealChildWindowFromPoint declaration. --- include/winuser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winuser.h b/include/winuser.h index 38f6add3ad9..1c650bc867d 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -4813,6 +4813,7 @@ UINT WINAPI PrivateExtractIconExW(LPCWSTR,int,HICON*,HICON*,UINT); UINT WINAPI PrivateExtractIconsA(LPCSTR,int,int,int,HICON*,UINT*,UINT,UINT); UINT WINAPI PrivateExtractIconsW(LPCWSTR,int,int,int,HICON*,UINT*,UINT,UINT); BOOL WINAPI PtInRect(const RECT*,POINT); +HWND WINAPI RealChildWindowFromPoint(HWND,POINT); UINT WINAPI RealGetWindowClassA(HWND,LPSTR,UINT); UINT WINAPI RealGetWindowClassW(HWND,LPWSTR,UINT); #define RealGetWindowClass WINELIB_NAME_AW(RealGetWindowClass)