Add manifest files to ROS applications.
[reactos.git] / reactos / base / applications / winhlp32 / rsrc.rc
1 /*
2 * Help Viewer
3 *
4 * Copyright 1996 Ulrich Schmid
5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22 #include <windef.h>
23 #include <winuser.h>
24
25 #include "winhelp_res.h"
26
27 /* @makedep: winhelp.ico */
28 IDI_WINHELP ICON "res/winhelp.ico"
29
30 CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
31
32 #ifdef LANGUAGE_BG_BG
33 #include "lang/Bg.rc"
34 #endif
35 #ifdef LANGUAGE_CS_CZ
36 #include "lang/Cs.rc"
37 #endif
38 #ifdef LANGUAGE_EN_US
39 #include "lang/En.rc"
40 #endif
41 #ifdef LANGUAGE_ES_ES
42 #include "lang/Es.rc"
43 #endif
44 #ifdef LANGUAGE_FI_FI
45 #include "lang/Fi.rc"
46 #endif
47 #ifdef LANGUAGE_HU_HU
48 #include "lang/Hu.rc"
49 #endif
50 #ifdef LANGUAGE_NO_NO
51 #include "lang/No.rc"
52 #endif
53 #ifdef LANGUAGE_PL_PL
54 #include "lang/Pl.rc"
55 #endif
56 #ifdef LANGUAGE_SK_SK
57 #include "lang/Sk.rc"
58 #endif
59 #ifdef LANGUAGE_SV_SE
60 #include "lang/Sv.rc"
61 #endif
62
63 /* UTF-8 */
64 #ifdef LANGUAGE_DA_DK
65 #include "lang/Da.rc"
66 #endif
67 #ifdef LANGUAGE_DE_DE
68 #include "lang/De.rc"
69 #endif
70 #ifdef LANGUAGE_FR_FR
71 #include "lang/Fr.rc"
72 #endif
73 #ifdef LANGUAGE_HE_IL
74 #include "lang/He.rc"
75 #endif
76 #ifdef LANGUAGE_IT_IT
77 #include "lang/It.rc"
78 #endif
79 #ifdef LANGUAGE_JA_JP
80 #include "lang/Ja.rc"
81 #endif
82 #ifdef LANGUAGE_KO_KR
83 #include "lang/Ko.rc"
84 #endif
85 #ifdef LANGUAGE_LT_LT
86 #include "lang/Lt.rc"
87 #endif
88 #ifdef LANGUAGE_NL_NL
89 #include "lang/Nl.rc"
90 #endif
91 #ifdef LANGUAGE_PT_PT
92 #include "lang/Pt.rc"
93 #endif
94 #ifdef LANGUAGE_RM_CH
95 #include "lang/Rm.rc"
96 #endif
97 #ifdef LANGUAGE_RO_RO
98 #include "lang/Ro.rc"
99 #endif
100 #ifdef LANGUAGE_RU_RU
101 #include "lang/Ru.rc"
102 #endif
103 #ifdef LANGUAGE_SL_SI
104 #include "lang/Si.rc"
105 #endif
106 #ifdef LANGUAGE_SR_SP
107 #include "lang/Sr.rc"
108 #endif
109 #ifdef LANGUAGE_TR_TR
110 #include "lang/Tr.rc"
111 #endif
112 #ifdef LANGUAGE_UK_UA
113 #include "lang/Uk.rc"
114 #endif
115 #ifdef LANGUAGE_ZH_CN
116 #include "lang/Zh.rc"
117 #endif