https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ded98b846e4e39ba6f8ca…
commit ded98b846e4e39ba6f8ca2e84ce145523335ddfb
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Fri Apr 3 15:06:25 2020 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Fri Apr 3 15:06:25 2020 +0200
[WIN32K:NTUSER] ntuser.h: Rename NtUserWaitForInputIdle() 3rd parameter (#2499)
Addendum to 568b6d05.
---
win32ss/include/ntuser.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/win32ss/include/ntuser.h b/win32ss/include/ntuser.h
index d92796dd3d9..9485f574487 100644
--- a/win32ss/include/ntuser.h
+++ b/win32ss/include/ntuser.h
@@ -3499,7 +3499,7 @@ NTAPI
NtUserWaitForInputIdle(
IN HANDLE hProcess,
IN DWORD dwMilliseconds,
- IN BOOL Unknown2); /* Always FALSE */
+ IN BOOL bSharedWow); /* Always FALSE */
DWORD
NTAPI