mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 16:24:39 +00:00
10 lines
137 B
C
10 lines
137 B
C
#ifndef LANG_ET_EE_H__
|
|
#define LANG_ET_EE_H__
|
|
|
|
MUI_LAYOUTS etEELayouts[] =
|
|
{
|
|
{ L"0425", L"00000425" },
|
|
{ NULL, NULL }
|
|
};
|
|
|
|
#endif
|