mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 16:20:07 +08:00
The conime.exe program exists in WinXP/Win2k3 and it realizes Console IME. conime.exe calls kernel32!RegisterConsoleIME and kernel32!UnregisterConsoleIME. To realize Console IME, these two functions are required. CORE-11700