2004-11-01 23:22:14 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2004 Mike McCormack for CodeWeavers
|
|
|
|
*
|
|
|
|
* 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-05-18 12:49:52 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2004-11-01 23:22:14 +00:00
|
|
|
*/
|
|
|
|
|
2009-07-02 23:41:45 +00:00
|
|
|
#define WINE_OLESELFREGISTER
|
|
|
|
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
|
|
|
|
#define WINE_FILENAME_STR "shdocvw.dll"
|
|
|
|
#define WINE_FILEVERSION 6,0,2900,2180
|
|
|
|
#define WINE_FILEVERSION_STR "6.0.2900.2180"
|
|
|
|
#define WINE_PRODUCTVERSION 6,0,2900,2180
|
|
|
|
#define WINE_PRODUCTVERSION_STR "6.0.2900.2180"
|
|
|
|
|
|
|
|
#include "wine/wine_common_ver.rc"
|
2004-11-01 23:22:14 +00:00
|
|
|
|
2006-09-25 09:53:54 +00:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
2008-04-24 20:14:21 +00:00
|
|
|
|
|
|
|
/* @makedep: shdocvw_v1.tlb */
|
2010-07-21 21:56:17 +00:00
|
|
|
1 TYPELIB shdocvw_v1.tlb
|
2007-11-01 17:50:49 +00:00
|
|
|
|
|
|
|
/* @makedep: shdocvw.inf */
|
|
|
|
REGINST REGINST shdocvw.inf
|
2010-07-09 17:15:51 +00:00
|
|
|
|
|
|
|
/* @makedep: ietoolbar.bmp */
|
|
|
|
IDB_IETOOLBAR BITMAP ietoolbar.bmp
|