Module: wine Branch: master Commit: 648f7b1d9ffa442433983eacb365e9544bff940d URL: http://source.winehq.org/git/wine.git/?a=commit;h=648f7b1d9ffa442433983eacb3...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Jul 19 21:34:53 2007 +0900
winuser.h: Add RealChildWindowFromPoint declaration.
---
include/winuser.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/winuser.h b/include/winuser.h index 38f6add..1c650bc 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)