mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 20:43:34 +00:00
[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:
parent
ba1ed89f91
commit
a2c6af0da4
7 changed files with 69 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue