[WIN32K:NTUSER] ntuser.h: Rename NtUserWaitForInputIdle() 3rd parameter (#2499)

Addendum to 568b6d05.
This commit is contained in:
Serge Gautherie 2020-04-03 15:06:25 +02:00 committed by GitHub
parent 803b5e1371
commit ded98b846e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3499,7 +3499,7 @@ NTAPI
NtUserWaitForInputIdle(
IN HANDLE hProcess,
IN DWORD dwMilliseconds,
IN BOOL Unknown2); /* Always FALSE */
IN BOOL bSharedWow); /* Always FALSE */
DWORD
NTAPI