Synchronize with trunk r58457.
[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 <windef.h>
22 #include <winuser.h>
23
24 #include "resource.h"
25
26 #include "res/icons_res.rc"
27
28 #ifdef LANGUAGE_BG_BG
29 #include "lang/bg-BG.rc"
30 #endif
31 #ifdef LANGUAGE_CS_CZ
32 #include "lang/cs-CZ.rc"
33 #endif
34 #ifdef LANGUAGE_DA_DK
35 #include "lang/da-DK.rc"
36 #endif
37 #ifdef LANGUAGE_DE_DE
38 #include "lang/de-DE.rc"
39 #endif
40 #ifdef LANGUAGE_EN_US
41 #include "lang/en-US.rc"
42 #endif
43 #ifdef LANGUAGE_ES_ES
44 #include "lang/es-ES.rc"
45 #endif
46 #ifdef LANGUAGE_FI_FI
47 #include "lang/fi-FI.rc"
48 #endif
49 #ifdef LANGUAGE_FR_FR
50 #include "lang/fr-FR.rc"
51 #endif
52 #ifdef LANGUAGE_HU_HU
53 #include "lang/hu-HU.rc"
54 #endif
55 #ifdef LANGUAGE_ID_ID
56 #include "lang/id-ID.rc"
57 #endif
58 #ifdef LANGUAGE_IT_IT
59 #include "lang/it-IT.rc"
60 #endif
61 #ifdef LANGUAGE_JA_JP
62 #include "lang/ja-JP.rc"
63 #endif
64 #ifdef LANGUAGE_KO_KR
65 #include "lang/ko-KR.rc"
66 #endif
67 #ifdef LANGUAGE_NL_NL
68 #include "lang/nl-NL.rc"
69 #endif
70 #ifdef LANGUAGE_NB_NO
71 #include "lang/no-NO.rc"
72 #endif
73 #ifdef LANGUAGE_PT_BR
74 #include "lang/pt-BR.rc"
75 #endif
76 #ifdef LANGUAGE_SK_SK
77 #include "lang/sk-SK.rc"
78 #endif
79 #ifdef LANGUAGE_SV_SE
80 #include "lang/sv-SE.rc"
81 #endif
82 #ifdef LANGUAGE_TH_TH
83 #include "lang/th-TH.rc"
84 #endif
85 #ifdef LANGUAGE_TR_TR
86 #include "lang/tr-TR.rc"
87 #endif
88
89 // UTF-8
90 #pragma code_page(65001)
91 #ifdef LANGUAGE_HE_IL
92 #include "lang/he-IL.rc"
93 #endif
94 #ifdef LANGUAGE_PL_PL
95 #include "lang/pl-PL.rc"
96 #endif
97 #ifdef LANGUAGE_RO_RO
98 #include "lang/ro-RO.rc"
99 #endif
100 #ifdef LANGUAGE_RU_RU
101 #include "lang/ru-RU.rc"
102 #endif
103 #ifdef LANGUAGE_UK_UA
104 #include "lang/uk-UA.rc"
105 #endif