Revert tree-restructure attempt: r66583, r66582, r66581, r66578, sauf ntdll changes...
[reactos.git] / reactos / dll / win32 / mshtml / rsrc.rc
1 /*
2 * Copyright 2005 Jacek Caban
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 <winuser.h>
21 #include <commctrl.h>
22
23 #include "resource.h"
24
25 #define WINE_FILEDESCRIPTION_STR "Wine HTML Viewer"
26 #define WINE_FILENAME_STR "mshtml.dll"
27 #define WINE_FILEVERSION 6,0,2800,1106
28 #define WINE_FILEVERSION_STR "6.0.2800.1106"
29 #define WINE_PRODUCTVERSION 6,0,2800,1106
30 #define WINE_PRODUCTVERSION_STR "6.0.2800.1106"
31 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
32
33 #include <wine/wine_common_ver.rc>
34
35 /* UTF-8 */
36 #pragma code_page(65001)
37
38 #ifdef LANGUAGE_BG_BG
39 #include "lang/Bg.rc"
40 #endif
41 #ifdef LANGUAGE_DA_DK
42 #include "lang/Da.rc"
43 #endif
44 #ifdef LANGUAGE_DE_DE
45 #include "lang/De.rc"
46 #endif
47 #ifdef LANGUAGE_EN_US
48 #include "lang/En.rc"
49 #endif
50 #ifdef LANGUAGE_ES_ES
51 #include "lang/Es.rc"
52 #endif
53 #ifdef LANGUAGE_FI_FI
54 #include "lang/Fi.rc"
55 #endif
56 #ifdef LANGUAGE_FR_FR
57 #include "lang/Fr.rc"
58 #endif
59 #ifdef LANGUAGE_HE_IL
60 #include "lang/He.rc"
61 #endif
62 #ifdef LANGUAGE_HU_HU
63 #include "lang/Hu.rc"
64 #endif
65 #ifdef LANGUAGE_IT_IT
66 #include "lang/It.rc"
67 #endif
68 #ifdef LANGUAGE_JA_JP
69 #include "lang/Ja.rc"
70 #endif
71 #ifdef LANGUAGE_KO_KR
72 #include "lang/Ko.rc"
73 #endif
74 #ifdef LANGUAGE_LT_LT
75 #include "lang/Lt.rc"
76 #endif
77 #ifdef LANGUAGE_NL_NL
78 #include "lang/Nl.rc"
79 #endif
80 #ifdef LANGUAGE_NO_NO
81 #include "lang/No.rc"
82 #endif
83 #ifdef LANGUAGE_PL_PL
84 #include "lang/Pl.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_SQ_AL
99 #include "lang/Sq.rc"
100 #endif
101 #ifdef LANGUAGE_SV_SE
102 #include "lang/Sv.rc"
103 #endif
104 #ifdef LANGUAGE_TR_TR
105 #include "lang/Tr.rc"
106 #endif
107 #ifdef LANGUAGE_UK_UA
108 #include "lang/Uk.rc"
109 #endif
110 #ifdef LANGUAGE_ZH_CN
111 #include "lang/Zh.rc"
112 #endif
113
114 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
115
116 /* @makedep: mshtml.inf */
117 REGINST REGINST mshtml.inf
118
119 /* @makedep: blank.htm */
120 blank.htm HTML "blank.htm"
121
122 1 WINE_REGISTRY "mshtml_classes.rgs"