mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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 uCheck);
|
||||
|
||||
DWORD STDCALL
|
||||
HWND STDCALL
|
||||
NtUserChildWindowFromPointEx(HWND Parent,
|
||||
LONG x,
|
||||
LONG y,
|
||||
|
|
Loading…
Reference in a new issue