2002-10-18 02:24:41 +02:00
|
|
|
|
/*
|
|
|
|
|
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include "windef.h"
|
2003-09-06 01:08:26 +02:00
|
|
|
|
#include "winbase.h"
|
2002-10-18 02:24:41 +02:00
|
|
|
|
#include "winuser.h"
|
|
|
|
|
#include "winver.h"
|
|
|
|
|
#include "avifile_private.h"
|
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
2003-11-30 06:59:29 +01:00
|
|
|
|
#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
|
2003-11-30 06:59:29 +01:00
|
|
|
|
#define WINE_FILEVERSION_STR "4.03.1998"
|
|
|
|
|
|
|
|
|
|
#include "wine/wine_common_ver.rc"
|
2002-10-18 02:24:41 +02:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Everything specific to any language goes
|
|
|
|
|
* in one of the specific files.
|
|
|
|
|
*/
|
|
|
|
|
#include "avifile_De.rc"
|
|
|
|
|
#include "avifile_En.rc"
|
2003-08-22 07:03:19 +02:00
|
|
|
|
#include "avifile_Es.rc"
|
2003-09-22 23:16:56 +02:00
|
|
|
|
#include "avifile_Fr.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"
|
2003-10-27 23:04:36 +01:00
|
|
|
|
#include "avifile_Nl.rc"
|
2003-06-30 22:22:35 +02:00
|
|
|
|
#include "avifile_Pt.rc"
|
2003-05-04 04:33:08 +02:00
|
|
|
|
#include "avifile_Ru.rc"
|
2003-06-16 03:32:09 +02:00
|
|
|
|
#include "avifile_Si.rc"
|