2005-11-21 19:19:13 +00:00
|
|
|
/*
|
|
|
|
* Top level resource file for avifil32.dll
|
|
|
|
*
|
2010-04-19 14:03:42 +00:00
|
|
|
* Copyright 2002 Michael Günnewig
|
2005-11-21 19:19:13 +00:00
|
|
|
*
|
|
|
|
* 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
|
2006-09-18 16:32:05 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-11-21 19:19:13 +00:00
|
|
|
*/
|
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
|
2013-12-23 14:44:50 +00:00
|
|
|
#include "resource.h"
|
2005-11-21 19:19:13 +00:00
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2012-03-15 21:32:52 +00:00
|
|
|
/* @makedep: avifile.rgs */
|
|
|
|
1 WINE_REGISTRY avifile.rgs
|
|
|
|
|
2013-05-31 16:38:30 +00:00
|
|
|
2 WINE_REGISTRY avifil32_idl.rgs
|
|
|
|
|
2005-11-21 19:19:13 +00:00
|
|
|
#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"
|
2012-03-15 21:32:52 +00:00
|
|
|
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
|
2005-11-21 19:19:13 +00:00
|
|
|
|
2013-12-23 14:44:50 +00:00
|
|
|
#include <wine/wine_common_ver.rc>
|
2005-11-21 19:19:13 +00:00
|
|
|
|
2012-03-15 22:12:03 +00:00
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2005-11-21 19:19:13 +00:00
|
|
|
/*
|
|
|
|
* Everything specific to any language goes
|
|
|
|
* in one of the specific files.
|
|
|
|
*/
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_BG_BG
|
|
|
|
#include "lang/avifile_Bg.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_CS_CZ
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Cs.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_DA_DK
|
|
|
|
#include "lang/avifile_Da.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_DE_DE
|
|
|
|
#include "lang/avifile_De.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_EN_US
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_En.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_ES_ES
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Es.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_FR_FR
|
|
|
|
#include "lang/avifile_Fr.rc"
|
|
|
|
#endif
|
2013-01-22 22:46:45 +00:00
|
|
|
#ifdef LANGUAGE_HE_IL
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_He.rc"
|
2013-01-22 22:46:45 +00:00
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_HU_HU
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Hu.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_IT_IT
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_It.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_JA_JP
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Ja.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_KO_KR
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Ko.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_LT_LT
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Lt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_NL_NL
|
|
|
|
#include "lang/avifile_Nl.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NO_NO
|
|
|
|
#include "lang/avifile_No.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_PL_PL
|
|
|
|
#include "lang/avifile_Pl.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_PT_PT
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Pt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RO_RO
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Ro.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RU_RU
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Ru.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_SL_SI
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Si.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2014-02-08 15:13:17 +00:00
|
|
|
#ifdef LANGUAGE_SQ_AL
|
|
|
|
#include "lang/avifile_Sq.rc"
|
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_SV_SE
|
|
|
|
#include "lang/avifile_Sv.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/avifile_Tr.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_UK_UA
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Uk.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_ZH_CN
|
2013-09-10 22:17:59 +00:00
|
|
|
#include "lang/avifile_Zh.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|