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_EN_BZ_H__
|
|
#define LANG_EN_BZ_H__
|
|
|
|
MUI_LAYOUTS enBZLayouts[] =
|
|
{
|
|
{ L"2809", L"00000409" },
|
|
{ NULL, NULL }
|
|
};
|
|
|
|
#endif
|