xref: /reactos/dll/win32/shdocvw/shdocvw.rc (revision 63bb46a2)
1/*
2 * Copyright 2004 Mike McCormack for CodeWeavers
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19#include "windef.h"
20#include "resource.h"
21
22IDR_SHDOCVW WINE_REGISTRY "res/shdocvw_v1.rgs"
23IDR_FAVBAND REGISTRY "res/favband.rgs"
24IDR_EXPLORERBAND REGISTRY "res/explorerband.rgs"
25IDR_TYPELIB TYPELIB "shdocvw_v1.tlb"
26
27LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
28
29#define WINE_FILEDESCRIPTION_STR "Wine core dll"
30#define WINE_FILENAME_STR "shdocvw.dll"
31#define WINE_FILEVERSION 6,0,2900,2180
32#define WINE_FILEVERSION_STR "6.0.2900.2180"
33#define WINE_PRODUCTVERSION 6,0,2900,2180
34#define WINE_PRODUCTVERSION_STR "6.0.2900.2180"
35#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
36
37#include "wine/wine_common_ver.rc"
38
39/* UTF-8 */
40#pragma code_page(65001)
41
42#ifdef LANGUAGE_BG_BG
43    #include "lang/bg-BG.rc"
44#endif
45#ifdef LANGUAGE_DE_DE
46    #include "lang/de-DE.rc"
47#endif
48#ifdef LANGUAGE_EN_US
49    #include "lang/en-US.rc"
50#endif
51#ifdef LANGUAGE_ES_ES
52    #include "lang/es-ES.rc"
53#endif
54#ifdef LANGUAGE_ET_EE
55    #include "lang/et-EE.rc"
56#endif
57#ifdef LANGUAGE_EU_ES
58    #include "lang/eu-ES.rc"
59#endif
60#ifdef LANGUAGE_FR_FR
61    #include "lang/fr-FR.rc"
62#endif
63#ifdef LANGUAGE_HE_IL
64    #include "lang/he-IL.rc"
65#endif
66#ifdef LANGUAGE_HI_IN
67    #include "lang/hi-IN.rc"
68#endif
69#ifdef LANGUAGE_HU_HU
70    #include "lang/hu-HU.rc"
71#endif
72#ifdef LANGUAGE_ID_ID
73    #include "lang/id-ID.rc"
74#endif
75#ifdef LANGUAGE_IT_IT
76    #include "lang/it-IT.rc"
77#endif
78#ifdef LANGUAGE_JA_JP
79    #include "lang/ja-JP.rc"
80#endif
81#ifdef LANGUAGE_PL_PL
82    #include "lang/pl-PL.rc"
83#endif
84#ifdef LANGUAGE_PT_BR
85    #include "lang/pt-BR.rc"
86#endif
87#ifdef LANGUAGE_PT_PT
88    #include "lang/pt-PT.rc"
89#endif
90#ifdef LANGUAGE_RO_RO
91    #include "lang/ro-RO.rc"
92#endif
93#ifdef LANGUAGE_RU_RU
94    #include "lang/ru-RU.rc"
95#endif
96#ifdef LANGUAGE_SQ_AL
97    #include "lang/sq-AL.rc"
98#endif
99#ifdef LANGUAGE_TR_TR
100    #include "lang/tr-TR.rc"
101#endif
102#ifdef LANGUAGE_UK_UA
103    #include "lang/uk-UA.rc"
104#endif
105#ifdef LANGUAGE_ZH_CN
106    #include "lang/zh-CN.rc"
107#endif
108#ifdef LANGUAGE_PL_PL
109    #include "lang/zh-TW.rc"
110#endif
111