xref: /reactos/dll/win32/hhctrl.ocx/hhctrl.rc (revision 527f2f90)
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 <windef.h>
23#include <htmlhelp.h>
24
25#include "resource.h"
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_EL_GR
34    #include "lang/El.rc"
35#endif
36#ifdef LANGUAGE_EN_US
37    #include "lang/En.rc"
38#endif
39#ifdef LANGUAGE_FI_FI
40    #include "lang/Fi.rc"
41#endif
42#ifdef LANGUAGE_HU_HU
43    #include "lang/Hu.rc"
44#endif
45#ifdef LANGUAGE_KO_KR
46    #include "lang/Ko.rc"
47#endif
48#ifdef LANGUAGE_NL_NL
49    #include "lang/Nl.rc"
50#endif
51#ifdef LANGUAGE_NO_NO
52    #include "lang/No.rc"
53#endif
54#ifdef LANGUAGE_PL_PL
55    #include "lang/Pl.rc"
56#endif
57#ifdef LANGUAGE_SV_SE
58    #include "lang/Sv.rc"
59#endif
60#ifdef LANGUAGE_TR_TR
61    #include "lang/Tr.rc"
62#endif
63
64/* UTF-8 */
65#ifdef LANGUAGE_DE_DE
66    #include "lang/De.rc"
67#endif
68#ifdef LANGUAGE_ES_ES
69    #include "lang/Es.rc"
70#endif
71#ifdef LANGUAGE_FR_FR
72    #include "lang/Fr.rc"
73#endif
74#ifdef LANGUAGE_HE_IL
75    #include "lang/He.rc"
76#endif
77#ifdef LANGUAGE_IT_IT
78    #include "lang/It.rc"
79#endif
80#ifdef LANGUAGE_JA_JP
81    #include "lang/Ja.rc"
82#endif
83#ifdef LANGUAGE_LT_LT
84    #include "lang/Lt.rc"
85#endif
86#ifdef LANGUAGE_PT_PT
87    #include "lang/Pt.rc"
88#endif
89#ifdef LANGUAGE_RO_RO
90    #include "lang/Ro.rc"
91#endif
92#ifdef LANGUAGE_RU_RU
93    #include "lang/Ru.rc"
94#endif
95#ifdef LANGUAGE_SL_SI
96    #include "lang/Si.rc"
97#endif
98#ifdef LANGUAGE_UK_UA
99    #include "lang/Uk.rc"
100#endif
101#ifdef LANGUAGE_ZH_CN
102    #include "lang/Zh.rc"
103#endif
104
105LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
106
107#define WINE_FILEDESCRIPTION_STR "Wine htmlhelp OCX"
108#define WINE_FILENAME_STR "hhctrl.ocx"
109#define WINE_FILEVERSION 5,2,3790,2744
110#define WINE_FILEVERSION_STR "5.2.3790.2744"
111#define WINE_PRODUCTVERSION 5,2,3790,2744
112#define WINE_PRODUCTVERSION_STR "5.2.3790.2744"
113
114#include <wine/wine_common_ver.rc>
115
116/* @makedep: hhtoolbar.bmp */
117IDB_HHTOOLBAR BITMAP "res/hhtoolbar.bmp"
118
119/* @makedep: hhtreeview.bmp */
120IDB_HHTREEVIEW BITMAP "res/hhtreeview.bmp"
121
1221 TYPELIB "hhctrl_tlb.tlb"
1231 WINE_REGISTRY "hhctrl_tlb.rgs"
124