Sweden-Number/dlls/avifil32/rsrc.rc

57 lines
1.7 KiB
Plaintext
Raw Normal View History

/*
* 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 "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winver.h"
#include "avifile_private.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_OLESELFREGISTER
#define WINE_FILEDESCRIPTION_STR "Wine AVI file support library"
#define WINE_FILENAME_STR "avifil32.dll"
2004-01-13 23:50:55 +01:00
#define WINE_FILEVERSION 4,0,3,1998
#define WINE_FILEVERSION_STR "4.03.1998"
#include "wine/wine_common_ver.rc"
/*
* Everything specific to any language goes
* in one of the specific files.
*/
2004-08-16 22:02:09 +02:00
#include "avifile_Cs.rc"
#include "avifile_De.rc"
#include "avifile_En.rc"
#include "avifile_Es.rc"
#include "avifile_Fr.rc"
2006-03-06 12:47:11 +01:00
#include "avifile_Hu.rc"
2003-08-21 23:27:30 +02:00
#include "avifile_It.rc"
2004-06-29 01:50:22 +02:00
#include "avifile_Ja.rc"
2005-11-14 12:27:36 +01:00
#include "avifile_Ko.rc"
2003-10-27 23:04:36 +01:00
#include "avifile_Nl.rc"
2005-09-25 17:15:25 +02:00
#include "avifile_No.rc"
2004-09-10 21:37:28 +02:00
#include "avifile_Pl.rc"
#include "avifile_Pt.rc"
2003-05-04 04:33:08 +02:00
#include "avifile_Ru.rc"
#include "avifile_Si.rc"
2006-02-06 13:02:41 +01:00
#include "avifile_Tr.rc"