xref: /reactos/dll/win32/setupapi/setupapi.rc (revision 84344399)
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#define REACTOS_VERSION_DLL
27#define REACTOS_STR_FILE_DESCRIPTION  "ReactOS Setup API"
28#define REACTOS_STR_INTERNAL_NAME     "setupapi"
29#define REACTOS_STR_ORIGINAL_FILENAME "setupapi.dll"
30#include <reactos/version.rc>
31
32#include "res/icons_res.rc"
33
34#include <reactos/manifest_dll.rc>
35
36/* UTF-8 */
37#pragma code_page(65001)
38
39#ifdef LANGUAGE_BG_BG
40    #include "lang/bg-BG.rc"
41#endif
42#ifdef LANGUAGE_CS_CZ
43    #include "lang/cs-CZ.rc"
44#endif
45#ifdef LANGUAGE_DA_DK
46    #include "lang/da-DK.rc"
47#endif
48#ifdef LANGUAGE_DE_DE
49    #include "lang/de-DE.rc"
50#endif
51#ifdef LANGUAGE_EN_US
52    #include "lang/en-US.rc"
53#endif
54#ifdef LANGUAGE_ES_ES
55    #include "lang/es-ES.rc"
56#endif
57#ifdef LANGUAGE_FI_FI
58    #include "lang/fi-FI.rc"
59#endif
60#ifdef LANGUAGE_FR_FR
61    #include "lang/fr-FR.rc"
62#endif
63#ifdef LANGUAGE_HE_IL
64    #include "lang/he-IL.rc"
65#endif
66#ifdef LANGUAGE_HU_HU
67    #include "lang/hu-HU.rc"
68#endif
69#ifdef LANGUAGE_ID_ID
70    #include "lang/id-ID.rc"
71#endif
72#ifdef LANGUAGE_IT_IT
73    #include "lang/it-IT.rc"
74#endif
75#ifdef LANGUAGE_JA_JP
76    #include "lang/ja-JP.rc"
77#endif
78#ifdef LANGUAGE_KO_KR
79    #include "lang/ko-KR.rc"
80#endif
81#ifdef LANGUAGE_NL_NL
82    #include "lang/nl-NL.rc"
83#endif
84#ifdef LANGUAGE_NB_NO
85    #include "lang/no-NO.rc"
86#endif
87#ifdef LANGUAGE_PL_PL
88    #include "lang/pl-PL.rc"
89#endif
90#ifdef LANGUAGE_PT_BR
91    #include "lang/pt-BR.rc"
92#endif
93#ifdef LANGUAGE_PT_PT
94    #include "lang/pt-PT.rc"
95#endif
96#ifdef LANGUAGE_RO_RO
97    #include "lang/ro-RO.rc"
98#endif
99#ifdef LANGUAGE_RU_RU
100    #include "lang/ru-RU.rc"
101#endif
102#ifdef LANGUAGE_SK_SK
103    #include "lang/sk-SK.rc"
104#endif
105#ifdef LANGUAGE_SQ_AL
106    #include "lang/sq-AL.rc"
107#endif
108#ifdef LANGUAGE_SV_SE
109    #include "lang/sv-SE.rc"
110#endif
111#ifdef LANGUAGE_TH_TH
112    #include "lang/th-TH.rc"
113#endif
114#ifdef LANGUAGE_TR_TR
115    #include "lang/tr-TR.rc"
116#endif
117#ifdef LANGUAGE_UK_UA
118    #include "lang/uk-UA.rc"
119#endif
120#ifdef LANGUAGE_ZH_CN
121    #include "lang/zh-CN.rc"
122#endif
123#ifdef LANGUAGE_ZH_TW
124    #include "lang/zh-TW.rc"
125#endif
126