reactos/dll/win32/wininet/rsrc.rc
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

127 lines
2.9 KiB
Plaintext

/*
* Top level resource file for Wininet
*
* Copyright 2003 Mike McCormack for CodeWeavers
*
* 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 "winnls.h"
#include "resource.h"
/*
* Everything that does not depend on language,
* like textless bitmaps etc, go into the
* neutral language. This will prevent them from
* being duplicated for each language.
*/
/* #include "wininet_xx.rc" */
/*
* Everything specific to any language goes
* in one of the specific files.
* Note that you can and may override resources
* which also have a neutral version. This is to
* get localized bitmaps for example.
*/
#ifdef LANGUAGE_BG_BG
#include "wininet_Bg.rc"
#endif
#ifdef LANGUAGE_CS_CZ
#include "wininet_Cs.rc"
#endif
#ifdef LANGUAGE_DA_DK
#include "wininet_Da.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "wininet_En.rc"
#endif
#ifdef LANGUAGE_ES_ES
#include "wininet_Es.rc"
#endif
#ifdef LANGUAGE_EO_AA
#include "wininet_Eo.rc"
#endif
#ifdef LANGUAGE_FI_FI
#include "wininet_Fi.rc"
#endif
#ifdef LANGUAGE_HE_IL
#include "wininet_He.rc"
#endif
#ifdef LANGUAGE_HU_HU
#include "wininet_Hu.rc"
#endif
#ifdef LANGUAGE_IT_IT
#include "wininet_It.rc"
#endif
#ifdef LANGUAGE_KO_KR
#include "wininet_Ko.rc"
#endif
#ifdef LANGUAGE_NL_NL
#include "wininet_Nl.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "wininet_Pl.rc"
#endif
#ifdef LANGUAGE_SR_SP
#include "wininet_Sr.rc"
#endif
#ifdef LANGUAGE_SV_SE
#include "wininet_Sv.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "wininet_Tr.rc"
#endif
/* UTF-8 */
#ifdef LANGUAGE_DE_DE
#include "wininet_De.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "wininet_Fr.rc"
#endif
#ifdef LANGUAGE_JA_JP
#include "wininet_Ja.rc"
#endif
#ifdef LANGUAGE_LT_LT
#include "wininet_Lt.rc"
#endif
#ifdef LANGUAGE_NO_NO
#include "wininet_No.rc"
#endif
#ifdef LANGUAGE_PT_PT
#include "wininet_Pt.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "wininet_Ro.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "wininet_Ru.rc"
#endif
#ifdef LANGUAGE_SL_SI
#include "wininet_Si.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "wininet_Uk.rc"
#endif
#ifdef LANGUAGE_ZH_CN
#include "wininet_Zh.rc"
#endif