mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
Improve CTF IME customization. Use the proper names for CTF IME. JIRA issue: CORE-19268 - In the registry key "HKLM\SOFTWARE\Microsoft\ Windows NT\CurrentVersion\IMM", add DontLoadCTFIME value and set it to 1. - Delete LoadCTFIME value to avoid user confusing. - Rename UserIsCiceroEnabled function as UserIsCTFIMEEnabled. - Rename SRVINFO_CICERO_ENABLED flag as SRVINFO_CTFIME_ENABLED.