1/* 2 * Top level resource file for MS-RLE 3 * 4 * Copyright 2002 Michael G�nnewig 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//#include "winbase.h" 23 24//#include "msrle_private.h" 25 26/* 27 * Everything specific to any language goes 28 * in one of the specific files. 29 * Note that you can and may override resources 30 * which also have a neutral version. This is to 31 * get localized bitmaps for example. 32 */ 33 34#ifdef LANGUAGE_BG_BG 35 #include "msrle_Bg.rc" 36#endif 37#ifdef LANGUAGE_CS_CZ 38 #include "msrle_Cs.rc" 39#endif 40#ifdef LANGUAGE_DA_DK 41 #include "msrle_Da.rc" 42#endif 43#ifdef LANGUAGE_ES_ES 44 #include "msrle_Es.rc" 45#endif 46#ifdef LANGUAGE_HU_HU 47 #include "msrle_Hu.rc" 48#endif 49#ifdef LANGUAGE_IT_IT 50 #include "msrle_It.rc" 51#endif 52#ifdef LANGUAGE_KO_KR 53 #include "msrle_Ko.rc" 54#endif 55#ifdef LANGUAGE_NL_NL 56 #include "msrle_Nl.rc" 57#endif 58#ifdef LANGUAGE_NO_NO 59 #include "msrle_No.rc" 60#endif 61#ifdef LANGUAGE_PL_PL 62 #include "msrle_Pl.rc" 63#endif 64#ifdef LANGUAGE_PT_PT 65 #include "msrle_Pt.rc" 66#endif 67#ifdef LANGUAGE_SV_SE 68 #include "msrle_Sv.rc" 69#endif 70#ifdef LANGUAGE_TR_TR 71 #include "msrle_Tr.rc" 72#endif 73 74/* UTF-8 */ 75#ifdef LANGUAGE_DE_DE 76 #include "msrle_De.rc" 77#endif 78#ifdef LANGUAGE_EN_US 79 #include "msrle_En.rc" 80#endif 81#ifdef LANGUAGE_FR_FR 82 #include "msrle_Fr.rc" 83#endif 84#ifdef LANGUAGE_HE_IL 85 #include "msrle_He.rc" 86#endif 87#ifdef LANGUAGE_JA_JP 88 #include "msrle_Ja.rc" 89#endif 90#ifdef LANGUAGE_LT_LT 91 #include "msrle_Lt.rc" 92#endif 93#ifdef LANGUAGE_RO_RO 94 #include "msrle_Ro.rc" 95#endif 96#ifdef LANGUAGE_RU_RU 97 #include "msrle_Ru.rc" 98#endif 99#ifdef LANGUAGE_SL_SI 100 #include "msrle_Si.rc" 101#endif 102#ifdef LANGUAGE_UK_UA 103 #include "msrle_Uk.rc" 104#endif 105