1/* 2 * Top level resource file for avifil32.dll 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 <winuser.h> 23 24#include "resource.h" 25 26LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 27 28/* @makedep: avifile.rgs */ 291 WINE_REGISTRY avifile.rgs 30 312 WINE_REGISTRY avifil32_idl.rgs 32 33#define WINE_FILEDESCRIPTION_STR "Wine AVI file support library" 34#define WINE_FILENAME_STR "avifil32.dll" 35#define WINE_FILEVERSION 4,0,3,1998 36#define WINE_FILEVERSION_STR "4.03.1998" 37#define WINE_EXTRAVALUES VALUE "OLESelfRegister","" 38 39#include <wine/wine_common_ver.rc> 40 41#include <reactos/manifest_dll.rc> 42 43/* UTF-8 */ 44#pragma code_page(65001) 45 46/* 47 * Everything specific to any language goes 48 * in one of the specific files. 49 */ 50#ifdef LANGUAGE_BG_BG 51 #include "lang/avifile_Bg.rc" 52#endif 53#ifdef LANGUAGE_CS_CZ 54 #include "lang/avifile_Cs.rc" 55#endif 56#ifdef LANGUAGE_DA_DK 57 #include "lang/avifile_Da.rc" 58#endif 59#ifdef LANGUAGE_DE_DE 60 #include "lang/avifile_De.rc" 61#endif 62#ifdef LANGUAGE_EN_US 63 #include "lang/avifile_En.rc" 64#endif 65#ifdef LANGUAGE_ES_ES 66 #include "lang/avifile_Es.rc" 67#endif 68#ifdef LANGUAGE_FR_FR 69 #include "lang/avifile_Fr.rc" 70#endif 71#ifdef LANGUAGE_HE_IL 72 #include "lang/avifile_He.rc" 73#endif 74#ifdef LANGUAGE_HU_HU 75 #include "lang/avifile_Hu.rc" 76#endif 77#ifdef LANGUAGE_IT_IT 78 #include "lang/avifile_It.rc" 79#endif 80#ifdef LANGUAGE_JA_JP 81 #include "lang/avifile_Ja.rc" 82#endif 83#ifdef LANGUAGE_KO_KR 84 #include "lang/avifile_Ko.rc" 85#endif 86#ifdef LANGUAGE_LT_LT 87 #include "lang/avifile_Lt.rc" 88#endif 89#ifdef LANGUAGE_NL_NL 90 #include "lang/avifile_Nl.rc" 91#endif 92#ifdef LANGUAGE_NO_NO 93 #include "lang/avifile_No.rc" 94#endif 95#ifdef LANGUAGE_PL_PL 96 #include "lang/avifile_Pl.rc" 97#endif 98#ifdef LANGUAGE_PT_PT 99 #include "lang/avifile_Pt.rc" 100#endif 101#ifdef LANGUAGE_RO_RO 102 #include "lang/avifile_Ro.rc" 103#endif 104#ifdef LANGUAGE_RU_RU 105 #include "lang/avifile_Ru.rc" 106#endif 107#ifdef LANGUAGE_SL_SI 108 #include "lang/avifile_Si.rc" 109#endif 110#ifdef LANGUAGE_SQ_AL 111 #include "lang/avifile_Sq.rc" 112#endif 113#ifdef LANGUAGE_SV_SE 114 #include "lang/avifile_Sv.rc" 115#endif 116#ifdef LANGUAGE_TR_TR 117 #include "lang/avifile_Tr.rc" 118#endif 119#ifdef LANGUAGE_UK_UA 120 #include "lang/avifile_Uk.rc" 121#endif 122#ifdef LANGUAGE_ZH_CN 123 #include "lang/avifile_Zh.rc" 124#endif 125