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