From 4986ea13b83a5c1f6c06af93486b0e172f598c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Wed, 4 Feb 2004 10:23:05 +0000 Subject: [PATCH] Adjust NtUserChildWindowFromPointEx declaration to match definition svn path=/trunk/; revision=8026 --- reactos/include/win32k/ntuser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/win32k/ntuser.h b/reactos/include/win32k/ntuser.h index 11dbcb7bed4..82dd775072b 100644 --- a/reactos/include/win32k/ntuser.h +++ b/reactos/include/win32k/ntuser.h @@ -232,7 +232,7 @@ NtUserCheckMenuItem( UINT uIDCheckItem, UINT uCheck); -DWORD STDCALL +HWND STDCALL NtUserChildWindowFromPointEx(HWND Parent, LONG x, LONG y,