mirror of
https://github.com/reactos/reactos.git
synced 2025-04-12 00:29:04 +00:00
11 lines
167 B
C
11 lines
167 B
C
#ifndef LANG_ES_SV_H__
|
|
#define LANG_ES_SV_H__
|
|
|
|
MUI_LAYOUTS esSVLayouts[] =
|
|
{
|
|
{ L"440A", L"0000080A" },
|
|
{ L"0409", L"00000409" },
|
|
{ NULL, NULL }
|
|
};
|
|
|
|
#endif
|