Create a branch for cmake bringup.
[reactos.git] / base / applications / regedit / clb / rsrc.rc
1 /*
2 * Regedit resources
3 *
4 * Copyright 2002 Robert Dickenson
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21 #include <windows.h>
22 #include "resource.h"
23
24
25 /* define language neutral resources */
26
27 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
28
29 /* include localised resources */
30
31 #include "lang/bg-BG.rc"
32 #include "lang/de-DE.rc"
33 #include "lang/el-GR.rc"
34 #include "lang/en-US.rc"
35 #include "lang/es-ES.rc"
36 #include "lang/id-ID.rc"
37 #include "lang/it-IT.rc"
38 #include "lang/ja-JP.rc"
39 #include "lang/pl-PL.rc"
40 #include "lang/no-NO.rc"
41 #include "lang/sk-SK.rc"
42 #include "lang/th-TH.rc"
43 #include "lang/uk-UA.rc"
44 #include "lang/ru-RU.rc"
45
46
47