mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Adjust NtUserChildWindowFromPointEx declaration to match definition
svn path=/trunk/; revision=8026
This commit is contained in:
parent
c7278edf80
commit
4986ea13b8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue