reactos/reactos/base/setup/usetup/lang/zh-MO.h

14 lines
227 B
C
Raw Normal View History

#ifndef LANG_ZH_MO_H__
#define LANG_ZH_MO_H__
MUI_LAYOUTS zhMOLayouts[] =
{
{ L"0409", L"00000409" },
{ L"0804", L"E00E0804" },
{ L"0404", L"E0020404" },
{ L"0404", L"E0080404" },
{ NULL, NULL }
};
#endif