7ce9f881b401f6b3b4618166dedb3bdcabcbb5da
[reactos.git] / reactos / dll / win32 / oleaut32 / oleaut32.rc
1 /*
2 * Resources for oleaut32
3 *
4 * Copyright 2003 Jon Griffiths
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 #include <windef.h>
22
23 #include "resource.h"
24
25 #ifdef LANGUAGE_BG_BG
26 #include "lang/oleaut32_Bg.rc"
27 #endif
28 #ifdef LANGUAGE_DA_DK
29 #include "lang/oleaut32_Da.rc"
30 #endif
31 #ifdef LANGUAGE_EL_GR
32 #include "lang/oleaut32_El.rc"
33 #endif
34 #ifdef LANGUAGE_EN_US
35 #include "lang/oleaut32_En.rc"
36 #endif
37 #ifdef LANGUAGE_ES_ES
38 #include "lang/oleaut32_Es.rc"
39 #endif
40 #ifdef LANGUAGE_CS_CZ
41 #include "lang/oleaut32_Cz.rc"
42 #endif
43 #ifdef LANGUAGE_FR_FR
44 #include "lang/oleaut32_Fr.rc"
45 #endif
46 #ifdef LANGUAGE_HU_HU
47 #include "lang/oleaut32_Hu.rc"
48 #endif
49 #ifdef LANGUAGE_IT_IT
50 #include "lang/oleaut32_It.rc"
51 #endif
52 #ifdef LANGUAGE_JA_JP
53 #include "lang/oleaut32_Ja.rc"
54 #endif
55 #ifdef LANGUAGE_KO_KR
56 #include "lang/oleaut32_Ko.rc"
57 #endif
58 #ifdef LANGUAGE_NL_NL
59 #include "lang/oleaut32_Nl.rc"
60 #endif
61 #ifdef LANGUAGE_NO_NO
62 #include "lang/oleaut32_No.rc"
63 #endif
64 #ifdef LANGUAGE_PL_PL
65 #include "lang/oleaut32_Pl.rc"
66 #endif
67 #ifdef LANGUAGE_PT_PT
68 #include "lang/oleaut32_Pt.rc"
69 #endif
70 #ifdef LANGUAGE_SV_SE
71 #include "lang/oleaut32_Sv.rc"
72 #endif
73 #ifdef LANGUAGE_TH_TH
74 #include "lang/oleaut32_Th.rc"
75 #endif
76 #ifdef LANGUAGE_TR_TR
77 #include "lang/oleaut32_Tr.rc"
78 #endif
79
80 /* UTF-8 */
81 #ifdef LANGUAGE_DE_DE
82 #include "lang/oleaut32_De.rc"
83 #endif
84 #ifdef LANGUAGE_HE_IL
85 #include "lang/oleaut32_He.rc"
86 #endif
87 #ifdef LANGUAGE_LT_LT
88 #include "lang/oleaut32_Lt.rc"
89 #endif
90 #ifdef LANGUAGE_RO_RO
91 #include "lang/oleaut32_Ro.rc"
92 #endif
93 #ifdef LANGUAGE_RU_RU
94 #include "lang/oleaut32_Ru.rc"
95 #endif
96 #ifdef LANGUAGE_SL_SI
97 #include "lang/oleaut32_Si.rc"
98 #endif
99 #ifdef LANGUAGE_UK_UA
100 #include "lang/oleaut32_Uk.rc"
101 #endif
102 #ifdef LANGUAGE_ZH_CN
103 #include "lang/oleaut32_Zh.rc"
104 #endif
105
106 /*
107 * FIXME:
108 * Finnish, Greek, Hebrew, Japanese, Korean,
109 * Turkish (at least) are localised in XP Home.
110 * I expect Chinese etc are localised in Asian Editions also.
111 */
112
113 /* @makedep: oleaut32.rgs */
114 1 WINE_REGISTRY oleaut32.rgs
115
116 2 WINE_REGISTRY "oleaut32_oaidl.rgs"
117 3 WINE_REGISTRY "oleaut32_ocidl.rgs"
118
119 #define WINE_FILEDESCRIPTION_STR "Wine OLE dll"
120 #define WINE_FILENAME_STR "oleaut32.dll"
121 #define WINE_FILEVERSION 6, 0, 6001, 18000 /* version from Vista SP1 */
122 #define WINE_FILEVERSION_STR "6.0.6001.18000"
123 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
124
125 #include <wine/wine_common_ver.rc>