mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
10 lines
156 B
C
10 lines
156 B
C
|
#pragma once
|
||
|
|
||
|
MUI_LAYOUTS skSKLayouts[] =
|
||
|
{
|
||
|
{ L"041B", L"0000041B" },
|
||
|
{ L"041B", L"0001041B" },
|
||
|
{ L"0409", L"00000409" },
|
||
|
{ NULL, NULL }
|
||
|
};
|