mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
b0ab61e6c3
Adjust the miscellaneous files to activate the Romanian Standard Keyboard layout in the OS and set it as default for Romanian. CORE-15056
9 lines
126 B
C
9 lines
126 B
C
#pragma once
|
|
|
|
MUI_LAYOUTS roROLayouts[] =
|
|
{
|
|
{ L"0418", L"00010418" },
|
|
{ L"0409", L"00000409" },
|
|
{ NULL, NULL }
|
|
};
|