mirror of
https://github.com/reactos/reactos.git
synced 2026-05-10 09:05:22 +08:00
- Modify NtUserCreateInputContext prototype. - Add UserCreateInputContext helper function. - Implement NtUserCreateInputContext function by using UserCreateInputContext. - Call UserCreateInputContext(0) in InitThreadCallback function to create the default input context. CORE-11700