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/* UTF-8 */ 26#pragma code_page(65001) 27 28#ifdef LANGUAGE_BG_BG 29 #include "lang/oleaut32_Bg.rc" 30#endif 31#ifdef LANGUAGE_CS_CZ 32 #include "lang/oleaut32_Cz.rc" 33#endif 34#ifdef LANGUAGE_DA_DK 35 #include "lang/oleaut32_Da.rc" 36#endif 37#ifdef LANGUAGE_DE_DE 38 #include "lang/oleaut32_De.rc" 39#endif 40#ifdef LANGUAGE_EL_GR 41 #include "lang/oleaut32_El.rc" 42#endif 43#ifdef LANGUAGE_EN_US 44 #include "lang/oleaut32_En.rc" 45#endif 46#ifdef LANGUAGE_ES_ES 47 #include "lang/oleaut32_Es.rc" 48#endif 49#ifdef LANGUAGE_FR_FR 50 #include "lang/oleaut32_Fr.rc" 51#endif 52#ifdef LANGUAGE_HE_IL 53 #include "lang/oleaut32_He.rc" 54#endif 55#ifdef LANGUAGE_HU_HU 56 #include "lang/oleaut32_Hu.rc" 57#endif 58#ifdef LANGUAGE_IT_IT 59 #include "lang/oleaut32_It.rc" 60#endif 61#ifdef LANGUAGE_JA_JP 62 #include "lang/oleaut32_Ja.rc" 63#endif 64#ifdef LANGUAGE_KO_KR 65 #include "lang/oleaut32_Ko.rc" 66#endif 67#ifdef LANGUAGE_LT_LT 68 #include "lang/oleaut32_Lt.rc" 69#endif 70#ifdef LANGUAGE_NL_NL 71 #include "lang/oleaut32_Nl.rc" 72#endif 73#ifdef LANGUAGE_NO_NO 74 #include "lang/oleaut32_No.rc" 75#endif 76#ifdef LANGUAGE_PL_PL 77 #include "lang/oleaut32_Pl.rc" 78#endif 79#ifdef LANGUAGE_PT_PT 80 #include "lang/oleaut32_Pt.rc" 81#endif 82#ifdef LANGUAGE_RO_RO 83 #include "lang/oleaut32_Ro.rc" 84#endif 85#ifdef LANGUAGE_RU_RU 86 #include "lang/oleaut32_Ru.rc" 87#endif 88#ifdef LANGUAGE_SL_SI 89 #include "lang/oleaut32_Si.rc" 90#endif 91#ifdef LANGUAGE_SQ_AL 92 #include "lang/oleaut32_Sq.rc" 93#endif 94#ifdef LANGUAGE_SV_SE 95 #include "lang/oleaut32_Sv.rc" 96#endif 97#ifdef LANGUAGE_TH_TH 98 #include "lang/oleaut32_Th.rc" 99#endif 100#ifdef LANGUAGE_TR_TR 101 #include "lang/oleaut32_Tr.rc" 102#endif 103#ifdef LANGUAGE_UK_UA 104 #include "lang/oleaut32_Uk.rc" 105#endif 106#ifdef LANGUAGE_ZH_CN 107 #include "lang/oleaut32_Zh.rc" 108#endif 109 110/* 111 * FIXME: 112 * Finnish, Greek, Hebrew, Japanese, Korean, 113 * Turkish (at least) are localised in XP Home. 114 * I expect Chinese etc are localised in Asian Editions also. 115 */ 116 117/* @makedep: oleaut32.rgs */ 1181 WINE_REGISTRY oleaut32.rgs 119 1202 WINE_REGISTRY "oleaut32_oaidl.rgs" 1213 WINE_REGISTRY "oleaut32_ocidl.rgs" 122 123#define WINE_FILEDESCRIPTION_STR "Wine OLE dll" 124#define WINE_FILENAME_STR "oleaut32.dll" 125#define WINE_FILEVERSION 6, 0, 6001, 18000 /* version from Vista SP1 */ 126#define WINE_FILEVERSION_STR "6.0.6001.18000" 127#define WINE_EXTRAVALUES VALUE "OLESelfRegister","" 128 129#include <wine/wine_common_ver.rc> 130