mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
26408144a1
Don't write the preinstalled IME keyboard layouts in Chinese, Japanese and Korean (CJK). CORE-18506
8 lines
164 B
C
8 lines
164 B
C
#pragma once
|
|
|
|
MUI_LAYOUTS koKRLayouts[] =
|
|
{
|
|
// { L"0412", L"E0010412" }, // We don't have preinstalled IMEs.
|
|
{ L"0412", L"00000412" },
|
|
{ NULL, NULL }
|
|
};
|