mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WIN32K:NTUSER] ntuser.h: Rename NtUserWaitForInputIdle() 3rd parameter (#2499)
Addendum to 568b6d05
.
This commit is contained in:
parent
803b5e1371
commit
ded98b846e
1 changed files with 1 additions and 1 deletions
|
@ -3499,7 +3499,7 @@ NTAPI
|
|||
NtUserWaitForInputIdle(
|
||||
IN HANDLE hProcess,
|
||||
IN DWORD dwMilliseconds,
|
||||
IN BOOL Unknown2); /* Always FALSE */
|
||||
IN BOOL bSharedWow); /* Always FALSE */
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue