Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / 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 winhelp.ico
29
30 #ifdef LANGUAGE_BG_BG
31 #include "Bg.rc"
32 #endif
33 #ifdef LANGUAGE_CS_CZ
34 #include "Cs.rc"
35 #endif
36 #ifdef LANGUAGE_EN_US
37 #include "En.rc"
38 #endif
39 #ifdef LANGUAGE_ES_ES
40 #include "Es.rc"
41 #endif
42 #ifdef LANGUAGE_FI_FI
43 #include "Fi.rc"
44 #endif
45 #ifdef LANGUAGE_HU_HU
46 #include "Hu.rc"
47 #endif
48 #ifdef LANGUAGE_NO_NO
49 #include "No.rc"
50 #endif
51 #ifdef LANGUAGE_PL_PL
52 #include "Pl.rc"
53 #endif
54 #ifdef LANGUAGE_SK_SK
55 #include "Sk.rc"
56 #endif
57 #ifdef LANGUAGE_SV_SE
58 #include "Sv.rc"
59 #endif
60
61 /* UTF-8 */
62 #ifdef LANGUAGE_DA_DK
63 #include "Da.rc"
64 #endif
65 #ifdef LANGUAGE_DE_DE
66 #include "De.rc"
67 #endif
68 #ifdef LANGUAGE_FR_FR
69 #include "Fr.rc"
70 #endif
71 #ifdef LANGUAGE_HE_IL
72 #include "He.rc"
73 #endif
74 #ifdef LANGUAGE_IT_IT
75 #include "It.rc"
76 #endif
77 #ifdef LANGUAGE_JA_JP
78 #include "Ja.rc"
79 #endif
80 #ifdef LANGUAGE_KO_KR
81 #include "Ko.rc"
82 #endif
83 #ifdef LANGUAGE_LT_LT
84 #include "Lt.rc"
85 #endif
86 #ifdef LANGUAGE_NL_NL
87 #include "Nl.rc"
88 #endif
89 #ifdef LANGUAGE_PT_PT
90 #include "Pt.rc"
91 #endif
92 #ifdef LANGUAGE_RM_CH
93 #include "Rm.rc"
94 #endif
95 #ifdef LANGUAGE_RO_RO
96 #include "Ro.rc"
97 #endif
98 #ifdef LANGUAGE_RU_RU
99 #include "Ru.rc"
100 #endif
101 #ifdef LANGUAGE_SL_SI
102 #include "Si.rc"
103 #endif
104 #ifdef LANGUAGE_SR_SP
105 #include "Sr.rc"
106 #endif
107 #ifdef LANGUAGE_TR_TR
108 #include "Tr.rc"
109 #endif
110 #ifdef LANGUAGE_UK_UA
111 #include "Uk.rc"
112 #endif
113 #ifdef LANGUAGE_ZH_CN
114 #include "Zh.rc"
115 #endif