/* * MPR dll resources * * Copyright (C) 2004 Juan Lang * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ //#include "windef.h" //#include "winbase.h" //#include "winuser.h" //#include "mprres.h" #include "version.rc" #ifdef LANGUAGE_BG_BG #include "mpr_Bg.rc" #endif #ifdef LANGUAGE_CS_CZ #include "mpr_Cs.rc" #endif #ifdef LANGUAGE_DA_DK #include "mpr_Da.rc" #endif #ifdef LANGUAGE_EN_US #include "mpr_En.rc" #endif #ifdef LANGUAGE_ES_ES #include "mpr_Es.rc" #endif #ifdef LANGUAGE_HU_HU #include "mpr_Hu.rc" #endif #ifdef LANGUAGE_IT_IT #include "mpr_It.rc" #endif #ifdef LANGUAGE_KO_KR #include "mpr_Ko.rc" #endif #ifdef LANGUAGE_NL_NL #include "mpr_Nl.rc" #endif #ifdef LANGUAGE_NO_NO #include "mpr_No.rc" #endif #ifdef LANGUAGE_PL_PL #include "mpr_Pl.rc" #endif #ifdef LANGUAGE_SV_SE #include "mpr_Sv.rc" #endif #ifdef LANGUAGE_TR_TR #include "mpr_Tr.rc" #endif /* UTF-8 */ #ifdef LANGUAGE_DE_DE #include "mpr_De.rc" #endif #ifdef LANGUAGE_FR_FR #include "mpr_Fr.rc" #endif #ifdef LANGUAGE_HE_IL #include "mpr_He.rc" #endif #ifdef LANGUAGE_JA_JP #include "mpr_Ja.rc" #endif #ifdef LANGUAGE_LT_LT #include "mpr_Lt.rc" #endif #ifdef LANGUAGE_PT_PT #include "mpr_Pt.rc" #endif #ifdef LANGUAGE_RO_RO #include "mpr_Ro.rc" #endif #ifdef LANGUAGE_RU_RU #include "mpr_Ru.rc" #endif #ifdef LANGUAGE_SL_SI #include "mpr_Si.rc" #endif #ifdef LANGUAGE_UK_UA #include "mpr_Uk.rc" #endif #ifdef LANGUAGE_ZH_CN #include "mpr_Zh.rc" #endif