xref: /reactos/dll/win32/hhctrl.ocx/hhctrl.rc (revision e1ef0787)
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#define WIN32_NO_STATUS
23#include <windef.h>
24//#include "winbase.h"
25//#include "wingdi.h"
26//#include "winnls.h"
27//#include "htmlhelp.h"
28//#include "resource.h"
29
30#ifdef LANGUAGE_CS_CZ
31    #include "Cs.rc"
32#endif
33#ifdef LANGUAGE_DA_DK
34    #include "Da.rc"
35#endif
36#ifdef LANGUAGE_EL_GR
37    #include "El.rc"
38#endif
39#ifdef LANGUAGE_EN_US
40    #include "En.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_KO_KR
49    #include "Ko.rc"
50#endif
51#ifdef LANGUAGE_NL_NL
52    #include "Nl.rc"
53#endif
54#ifdef LANGUAGE_NO_NO
55    #include "No.rc"
56#endif
57#ifdef LANGUAGE_PL_PL
58    #include "Pl.rc"
59#endif
60#ifdef LANGUAGE_SV_SE
61    #include "Sv.rc"
62#endif
63#ifdef LANGUAGE_TR_TR
64    #include "Tr.rc"
65#endif
66
67/* UTF-8 */
68#ifdef LANGUAGE_DE_DE
69    #include "De.rc"
70#endif
71#ifdef LANGUAGE_ES_ES
72    #include "Es.rc"
73#endif
74#ifdef LANGUAGE_FR_FR
75    #include "Fr.rc"
76#endif
77#ifdef LANGUAGE_HE_IL
78    #include "He.rc"
79#endif
80#ifdef LANGUAGE_IT_IT
81    #include "It.rc"
82#endif
83#ifdef LANGUAGE_JA_JP
84    #include "Ja.rc"
85#endif
86#ifdef LANGUAGE_LT_LT
87    #include "Lt.rc"
88#endif
89#ifdef LANGUAGE_PT_PT
90    #include "Pt.rc"
91#endif
92#ifdef LANGUAGE_RO_RO
93    #include "Ro.rc"
94#endif
95#ifdef LANGUAGE_RU_RU
96    #include "Ru.rc"
97#endif
98#ifdef LANGUAGE_SL_SI
99    #include "Si.rc"
100#endif
101#ifdef LANGUAGE_UK_UA
102    #include "Uk.rc"
103#endif
104#ifdef LANGUAGE_ZH_CN
105    #include "Zh.rc"
106#endif
107
108LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
109
110/* @makedep: hhtoolbar.bmp */
111IDB_HHTOOLBAR BITMAP hhtoolbar.bmp
112
113/* @makedep: hhtreeview.bmp */
114IDB_HHTREEVIEW BITMAP hhtreeview.bmp
115
1161 TYPELIB hhctrl_tlb.tlb
117
1181 WINE_REGISTRY hhctrl_tlb.rgs
119
120#define WINE_FILEDESCRIPTION_STR "Wine htmlhelp OCX"
121#define WINE_FILENAME_STR "hhctrl.ocx"
122#define WINE_FILEVERSION 5,2,3790,2744
123#define WINE_FILEVERSION_STR "5.2.3790.2744"
124#define WINE_PRODUCTVERSION 5,2,3790,2744
125#define WINE_PRODUCTVERSION_STR "5.2.3790.2744"
126
127#include <wine/wine_common_ver.rc>
128