mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
26408144a1
Don't write the preinstalled IME keyboard layouts in Chinese, Japanese and Korean (CJK). CORE-18506
9 lines
164 B
C
9 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 }
|
|
};
|