Adjust NtUserChildWindowFromPointEx declaration to match definition

svn path=/trunk/; revision=8026
This commit is contained in:
Gé van Geldorp 2004-02-04 10:23:05 +00:00
parent c7278edf80
commit 4986ea13b8

View file

@ -232,7 +232,7 @@ NtUserCheckMenuItem(
UINT uIDCheckItem, UINT uIDCheckItem,
UINT uCheck); UINT uCheck);
DWORD STDCALL HWND STDCALL
NtUserChildWindowFromPointEx(HWND Parent, NtUserChildWindowFromPointEx(HWND Parent,
LONG x, LONG x,
LONG y, LONG y,