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