1/* 2 * Copyright 2005 Dmitry Timoshkov 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 "msvidc32_private.h" 20 21/* UTF-8 */ 22#pragma code_page(65001) 23 24#ifdef LANGUAGE_DA_DK 25 #include "lang/msvidc32_Da.rc" 26#endif 27#ifdef LANGUAGE_DE_DE 28 #include "lang/msvidc32_De.rc" 29#endif 30#ifdef LANGUAGE_EN_US 31 #include "lang/msvidc32_En.rc" 32#endif 33#ifdef LANGUAGE_ES_ES 34 #include "lang/msvidc32_Es.rc" 35#endif 36#ifdef LANGUAGE_FR_FR 37 #include "lang/msvidc32_Fr.rc" 38#endif 39#ifdef LANGUAGE_HU_HU 40 #include "lang/msvidc32_Hu.rc" 41#endif 42#ifdef LANGUAGE_IT_IT 43 #include "lang/msvidc32_It.rc" 44#endif 45#ifdef LANGUAGE_JA_JP 46 #include "lang/msvidc32_Ja.rc" 47#endif 48#ifdef LANGUAGE_KO_KR 49 #include "lang/msvidc32_Ko.rc" 50#endif 51#ifdef LANGUAGE_LT_LT 52 #include "lang/msvidc32_Lt.rc" 53#endif 54#ifdef LANGUAGE_NL_NL 55 #include "lang/msvidc32_Nl.rc" 56#endif 57#ifdef LANGUAGE_NO_NO 58 #include "lang/msvidc32_No.rc" 59#endif 60#ifdef LANGUAGE_PL_PL 61 #include "lang/msvidc32_Pl.rc" 62#endif 63#ifdef LANGUAGE_PT_PT 64 #include "lang/msvidc32_Pt.rc" 65#endif 66#ifdef LANGUAGE_RO_RO 67 #include "lang/msvidc32_Ro.rc" 68#endif 69#ifdef LANGUAGE_RU_RU 70 #include "lang/msvidc32_Ru.rc" 71#endif 72#ifdef LANGUAGE_SL_SI 73 #include "lang/msvidc32_Si.rc" 74#endif 75#ifdef LANGUAGE_SQ_AL 76 #include "lang/msvidc32_Sq.rc" 77#endif 78#ifdef LANGUAGE_SV_SE 79 #include "lang/msvidc32_Sv.rc" 80#endif 81#ifdef LANGUAGE_TR_TR 82 #include "lang/msvidc32_Tr.rc" 83#endif 84#ifdef LANGUAGE_UK_UA 85 #include "lang/msvidc32_Uk.rc" 86#endif 87#ifdef LANGUAGE_ZH_CN 88 #include "lang/msvidc32_Zh.rc" 89#endif 90