mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
12 lines
167 B
C
12 lines
167 B
C
|
#ifndef LANG_CA_ES_H__
|
||
|
#define LANG_CA_ES_H__
|
||
|
|
||
|
MUI_LAYOUTS caESLayouts[] =
|
||
|
{
|
||
|
{ L"0403", L"0000040A" },
|
||
|
{ L"0409", L"00000409" },
|
||
|
{ NULL, NULL }
|
||
|
};
|
||
|
|
||
|
#endif
|