mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
11 lines
216 B
C
11 lines
216 B
C
#pragma once
|
|
|
|
MUI_LAYOUTS thTHLayouts[] =
|
|
{
|
|
{ L"041E", L"0002041E" },
|
|
{ L"041E", L"0000041E" },
|
|
{ L"041E", L"0003041E" },
|
|
{ L"041E", L"0001041E" },
|
|
{ L"0409", L"00000409" },
|
|
{ NULL, NULL }
|
|
};
|