xref: /reactos/dll/win32/hhctrl.ocx/hhctrl.rc (revision 8ee308d7)
1/*
2 * HTML Help resources
3 *
4 * Copyright 2005 James Hawkins
5 * Copyright 2011 Owen Rudge for CodeWeavers
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 "resource.h"
23
24/* UTF-8 */
25#pragma code_page(65001)
26
27#ifdef LANGUAGE_CS_CZ
28    #include "lang/Cs.rc"
29#endif
30#ifdef LANGUAGE_DA_DK
31    #include "lang/Da.rc"
32#endif
33#ifdef LANGUAGE_DE_DE
34    #include "lang/De.rc"
35#endif
36#ifdef LANGUAGE_EL_GR
37    #include "lang/El.rc"
38#endif
39#ifdef LANGUAGE_EN_US
40    #include "lang/En.rc"
41#endif
42#ifdef LANGUAGE_ES_ES
43    #include "lang/Es.rc"
44#endif
45#ifdef LANGUAGE_FI_FI
46    #include "lang/Fi.rc"
47#endif
48#ifdef LANGUAGE_FR_FR
49    #include "lang/Fr.rc"
50#endif
51#ifdef LANGUAGE_HE_IL
52    #include "lang/He.rc"
53#endif
54#ifdef LANGUAGE_HU_HU
55    #include "lang/Hu.rc"
56#endif
57#ifdef LANGUAGE_IT_IT
58    #include "lang/It.rc"
59#endif
60#ifdef LANGUAGE_JA_JP
61    #include "lang/Ja.rc"
62#endif
63#ifdef LANGUAGE_KO_KR
64    #include "lang/Ko.rc"
65#endif
66#ifdef LANGUAGE_LT_LT
67    #include "lang/Lt.rc"
68#endif
69#ifdef LANGUAGE_NL_NL
70    #include "lang/Nl.rc"
71#endif
72#ifdef LANGUAGE_NO_NO
73    #include "lang/No.rc"
74#endif
75#ifdef LANGUAGE_PL_PL
76    #include "lang/Pl.rc"
77#endif
78#ifdef LANGUAGE_PT_PT
79    #include "lang/Pt.rc"
80#endif
81#ifdef LANGUAGE_RO_RO
82    #include "lang/Ro.rc"
83#endif
84#ifdef LANGUAGE_RU_RU
85    #include "lang/Ru.rc"
86#endif
87#ifdef LANGUAGE_SL_SI
88    #include "lang/Si.rc"
89#endif
90#ifdef LANGAUGE_SQ_AL
91    #include "lang/Sq.rc"
92#endif
93#ifdef LANGUAGE_SV_SE
94    #include "lang/Sv.rc"
95#endif
96#ifdef LANGUAGE_TR_TR
97    #include "lang/Tr.rc"
98#endif
99#ifdef LANGUAGE_UK_UA
100    #include "lang/Uk.rc"
101#endif
102#ifdef LANGUAGE_ZH_CN
103    #include "lang/Zh.rc"
104#endif
105
106LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
107
108#define WINE_FILEDESCRIPTION_STR "Wine htmlhelp OCX"
109#define WINE_FILENAME_STR "hhctrl.ocx"
110#define WINE_FILEVERSION 5,2,3790,2744
111#define WINE_FILEVERSION_STR "5.2.3790.2744"
112#define WINE_PRODUCTVERSION 5,2,3790,2744
113#define WINE_PRODUCTVERSION_STR "5.2.3790.2744"
114
115#include "wine/wine_common_ver.rc"
116
117#ifdef __REACTOS__
118/* help viewer window icon */
119IDI_HHICON ICON "res/hh.ico"
120#endif
121/* @makedep: hhtoolbar.bmp */
122IDB_HHTOOLBAR BITMAP "res/hhtoolbar.bmp"
123
124/* @makedep: hhtreeview.bmp */
125IDB_HHTREEVIEW BITMAP "res/hhtreeview.bmp"
126
1271 TYPELIB "hhctrl_tlb.tlb"
1281 WINE_REGISTRY "hhctrl_tlb.rgs"
129