winuser.h: Add RealChildWindowFromPoint declaration.

oldstable
Dmitry Timoshkov 2007-07-19 21:34:53 +09:00 committed by Alexandre Julliard
parent 1207d9b593
commit 648f7b1d9f
1 changed files with 1 additions and 0 deletions

View File

@ -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)