[WIN32DLLS]
[reactos.git] / reactos / dll / win32 / wininet / rsrc.rc
1 /*
2 * Top level resource file for Wininet
3 *
4 * Copyright 2003 Mike McCormack for CodeWeavers
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 /*
27 * Everything that does not depend on language,
28 * like textless bitmaps etc, go into the
29 * neutral language. This will prevent them from
30 * being duplicated for each language.
31 */
32 /* #include "wininet_xx.rc" */
33
34 /*
35 * Everything specific to any language goes
36 * in one of the specific files.
37 * Note that you can and may override resources
38 * which also have a neutral version. This is to
39 * get localized bitmaps for example.
40 */
41 #ifdef LANGUAGE_BG_BG
42 #include "lang/wininet_Bg.rc"
43 #endif
44 #ifdef LANGUAGE_CS_CZ
45 #include "lang/wininet_Cs.rc"
46 #endif
47 #ifdef LANGUAGE_DA_DK
48 #include "lang/wininet_Da.rc"
49 #endif
50 #ifdef LANGUAGE_EN_US
51 #include "lang/wininet_En.rc"
52 #endif
53 #ifdef LANGUAGE_ES_ES
54 #include "lang/wininet_Es.rc"
55 #endif
56 #ifdef LANGUAGE_EO_AA
57 #include "lang/wininet_Eo.rc"
58 #endif
59 #ifdef LANGUAGE_FI_FI
60 #include "lang/wininet_Fi.rc"
61 #endif
62 #ifdef LANGUAGE_HE_IL
63 #include "lang/wininet_He.rc"
64 #endif
65 #ifdef LANGUAGE_HU_HU
66 #include "lang/wininet_Hu.rc"
67 #endif
68 #ifdef LANGUAGE_IT_IT
69 #include "lang/wininet_It.rc"
70 #endif
71 #ifdef LANGUAGE_KO_KR
72 #include "lang/wininet_Ko.rc"
73 #endif
74 #ifdef LANGUAGE_NL_NL
75 #include "lang/wininet_Nl.rc"
76 #endif
77 #ifdef LANGUAGE_PL_PL
78 #include "lang/wininet_Pl.rc"
79 #endif
80 #ifdef LANGUAGE_SR_SP
81 #include "lang/wininet_Sr.rc"
82 #endif
83 #ifdef LANGUAGE_SV_SE
84 #include "lang/wininet_Sv.rc"
85 #endif
86 #ifdef LANGUAGE_TR_TR
87 #include "lang/wininet_Tr.rc"
88 #endif
89
90 /* UTF-8 */
91 #ifdef LANGUAGE_DE_DE
92 #include "lang/wininet_De.rc"
93 #endif
94 #ifdef LANGUAGE_FR_FR
95 #include "lang/wininet_Fr.rc"
96 #endif
97 #ifdef LANGUAGE_JA_JP
98 #include "lang/wininet_Ja.rc"
99 #endif
100 #ifdef LANGUAGE_LT_LT
101 #include "lang/wininet_Lt.rc"
102 #endif
103 #ifdef LANGUAGE_NO_NO
104 #include "lang/wininet_No.rc"
105 #endif
106 #ifdef LANGUAGE_PT_PT
107 #include "lang/wininet_Pt.rc"
108 #endif
109 #ifdef LANGUAGE_RO_RO
110 #include "lang/wininet_Ro.rc"
111 #endif
112 #ifdef LANGUAGE_RU_RU
113 #include "lang/wininet_Ru.rc"
114 #endif
115 #ifdef LANGUAGE_SL_SI
116 #include "lang/wininet_Si.rc"
117 #endif
118 #ifdef LANGUAGE_SQ_AL
119 #include "lang/wininet_Sq.rc"
120 #endif
121 #ifdef LANGUAGE_UK_UA
122 #include "lang/wininet_Uk.rc"
123 #endif
124 #ifdef LANGUAGE_ZH_CN
125 #include "lang/wininet_Zh.rc"
126 #endif
127
128 #include "version.rc"