reactos/dll/win32/avifil32/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

113 lines
2.7 KiB
Plaintext

/*
* Top level resource file for avifil32.dll
*
* Copyright 2002 Michael Günnewig
*
* 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 "avifile_private.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: avifile.rgs */
1 WINE_REGISTRY avifile.rgs
#define WINE_FILEDESCRIPTION_STR "Wine AVI file support library"
#define WINE_FILENAME_STR "avifil32.dll"
#define WINE_FILEVERSION 4,0,3,1998
#define WINE_FILEVERSION_STR "4.03.1998"
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
#include "wine/wine_common_ver.rc"
#include "avifile_private.h"
/* UTF-8 */
#pragma code_page(65001)
/*
* Everything specific to any language goes
* in one of the specific files.
*/
#ifdef LANGUAGE_CS_CZ
#include "avifile_Cs.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "avifile_En.rc"
#endif
#ifdef LANGUAGE_ES_ES
#include "avifile_Es.rc"
#endif
#ifdef LANGUAGE_HU_HU
#include "avifile_Hu.rc"
#endif
#ifdef LANGUAGE_IT_IT
#include "avifile_It.rc"
#endif
#ifdef LANGUAGE_NL_NL
#include "avifile_Nl.rc"
#endif
#ifdef LANGUAGE_NO_NO
#include "avifile_No.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "avifile_Pl.rc"
#endif
#ifdef LANGUAGE_SV_SE
#include "avifile_Sv.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "avifile_Tr.rc"
#endif
#ifdef LANGUAGE_DA_DK
#include "avifile_Da.rc"
#endif
#ifdef LANGUAGE_DE_DE
#include "avifile_De.rc"
#endif
#ifdef LANGUAGE_FR_FR
#include "avifile_Fr.rc"
#endif
#ifdef LANGUAGE_JA_JP
#include "avifile_Ja.rc"
#endif
#ifdef LANGUAGE_KO_KR
#include "avifile_Ko.rc"
#endif
#ifdef LANGUAGE_LT_LT
#include "avifile_Lt.rc"
#endif
#ifdef LANGUAGE_PT_PT
#include "avifile_Pt.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "avifile_Ro.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "avifile_Ru.rc"
#endif
#ifdef LANGUAGE_SL_SI
#include "avifile_Si.rc"
#endif
#ifdef LANGUAGE_UK_UA
#include "avifile_Uk.rc"
#endif
#ifdef LANGUAGE_ZH_CN
#include "avifile_Zh.rc"
#endif
#ifdef LANGUAGE_BG_BG
#include "avifile_Bg.rc"
#endif