mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 16:24:39 +00:00
11 lines
167 B
C
11 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
|