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 "msvideo_private.h" 20 21 22#include <reactos/manifest_dll.rc> 23 24/* UTF-8 */ 25#pragma code_page(65001) 26 27#ifdef LANGUAGE_DA_DK 28 #include "lang/msvfw32_Da.rc" 29#endif 30#ifdef LANGUAGE_DE_DE 31 #include "lang/msvfw32_De.rc" 32#endif 33#ifdef LANGUAGE_EN_US 34 #include "lang/msvfw32_En.rc" 35#endif 36#ifdef LANGUAGE_ES_ES 37 #include "lang/msvfw32_Es.rc" 38#endif 39#ifdef LANGUAGE_FR_FR 40 #include "lang/msvfw32_Fr.rc" 41#endif 42#ifdef LANGUAGE_HE_IL 43 #include "lang/msvfw32_He.rc" 44#endif 45#ifdef LANGUAGE_HU_HU 46 #include "lang/msvfw32_Hu.rc" 47#endif 48#ifdef LANGUAGE_IT_IT 49 #include "lang/msvfw32_It.rc" 50#endif 51#ifdef LANGUAGE_JA_JP 52 #include "lang/msvfw32_Ja.rc" 53#endif 54#ifdef LANGUAGE_KO_KR 55 #include "lang/msvfw32_Ko.rc" 56#endif 57#ifdef LANGUAGE_LT_LT 58 #include "lang/msvfw32_Lt.rc" 59#endif 60#ifdef LANGUAGE_NL_NL 61 #include "lang/msvfw32_Nl.rc" 62#endif 63#ifdef LANGUAGE_NO_NO 64 #include "lang/msvfw32_No.rc" 65#endif 66#ifdef LANGUAGE_PL_PL 67 #include "lang/msvfw32_Pl.rc" 68#endif 69#ifdef LANGUAGE_PT_PT 70 #include "lang/msvfw32_Pt.rc" 71#endif 72#ifdef LANGUAGE_RO_RO 73 #include "lang/msvfw32_Ro.rc" 74#endif 75#ifdef LANGUAGE_RU_RU 76 #include "lang/msvfw32_Ru.rc" 77#endif 78#ifdef LANGUAGE_SL_SI 79 #include "lang/msvfw32_Si.rc" 80#endif 81#ifdef LANGUAGE_SQ_AL 82 #include "lang/msvfw32_Sq.rc" 83#endif 84#ifdef LANGUAGE_SV_SE 85 #include "lang/msvfw32_Sv.rc" 86#endif 87#ifdef LANGUAGE_TR_TR 88 #include "lang/msvfw32_Tr.rc" 89#endif 90#ifdef LANGUAGE_UK_UA 91 #include "lang/msvfw32_Uk.rc" 92#endif 93#ifdef LANGUAGE_ZH_CN 94 #include "lang/msvfw32_Zh.rc" 95#endif 96