[BOOTDATA][NTUSER] Add UserIsIMMEnabled and use it (#4882)

This PR enables SRVINFO_IMM32 also for non-CJK. You can disable this flag by setting zero to the LoadIMM registry value if you're non-CJK.
CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2022-11-15 17:10:06 +09:00 committed by GitHub
parent ba1ed89f91
commit a2c6af0da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 69 additions and 15 deletions

View file

@ -54,6 +54,10 @@ BOOL
NTAPI
RegReadDWORD(HKEY hkey, PWSTR pwszValue, PDWORD pdwData);
DWORD
NTAPI
RegGetSectionDWORD(LPCWSTR pszSection, LPWSTR pszValue, DWORD dwDefault);
VOID FASTCALL
SetLastNtError(
NTSTATUS Status);