mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
7 lines
96 B
C
7 lines
96 B
C
#pragma once
|
|
|
|
MUI_LAYOUTS enTTLayouts[] =
|
|
{
|
|
{ L"2C09", L"00000409" },
|
|
{ NULL, NULL }
|
|
};
|