[CMAKE]
[reactos.git] / dll / win32 / setupapi / setupapi.rc
1 /*
2 * Top level resource file for SETUPX
3 *
4 * Copyright 2001 Andreas Mohr
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 St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 #include <windows.h>
22 #include "resource.h"
23
24 #include "res/icons_res.rc"
25
26 #include "lang/bg-BG.rc"
27 #include "lang/cs-CZ.rc"
28 #include "lang/da-DK.rc"
29 #include "lang/de-DE.rc"
30 #include "lang/en-US.rc"
31 #include "lang/es-ES.rc"
32 #include "lang/fi-FI.rc"
33 #include "lang/fr-FR.rc"
34 #include "lang/hu-HU.rc"
35 #include "lang/id-ID.rc"
36 #include "lang/it-IT.rc"
37 #include "lang/ja-JP.rc"
38 #include "lang/ko-KR.rc"
39 #include "lang/nl-NL.rc"
40 #include "lang/no-NO.rc"
41 #include "lang/pl-PL.rc"
42 #include "lang/pt-BR.rc"
43 #include "lang/ru-RU.rc"
44 #include "lang/sk-SK.rc"
45 #include "lang/sv-SE.rc"
46 #include "lang/th-TH.rc"
47 #include "lang/tr-TR.rc"
48 #include "lang/uk-UA.rc"