2005-06-25 17:58:35 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2005 Jacek Caban
|
|
|
|
*
|
|
|
|
* 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
|
2005-06-25 17:58:35 +00:00
|
|
|
*/
|
|
|
|
|
2005-08-26 08:46:37 +00:00
|
|
|
#include "windef.h"
|
2006-06-14 20:35:13 +00:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "commctrl.h"
|
2006-09-27 14:36:19 +00:00
|
|
|
#include "mshtmcid.h"
|
2005-08-26 08:46:37 +00:00
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
|
2006-09-12 20:15:59 +00:00
|
|
|
#define WINE_OLESELFREGISTER
|
|
|
|
#define WINE_FILEDESCRIPTION_STR "Wine HTML Viewer"
|
|
|
|
#define WINE_FILENAME_STR "mshtml.dll"
|
|
|
|
#define WINE_FILEVERSION 6,0,2800,1106
|
|
|
|
#define WINE_FILEVERSION_STR "6.0.2800.1106"
|
|
|
|
#define WINE_PRODUCTVERSION 6,0,2800,1106
|
|
|
|
#define WINE_PRODUCTVERSION_STR "6.0.2800.1106"
|
|
|
|
|
|
|
|
#include "wine/wine_common_ver.rc"
|
|
|
|
|
Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 17:00:58 +00:00
|
|
|
#include "Bg.rc"
|
2005-08-27 09:24:41 +00:00
|
|
|
#include "De.rc"
|
2005-08-26 08:46:37 +00:00
|
|
|
#include "En.rc"
|
2006-10-12 00:12:18 +00:00
|
|
|
#include "Es.rc"
|
2005-09-19 14:29:49 +00:00
|
|
|
#include "Fi.rc"
|
2005-08-29 10:47:02 +00:00
|
|
|
#include "Fr.rc"
|
2006-03-06 11:47:11 +00:00
|
|
|
#include "Hu.rc"
|
2005-11-14 11:27:36 +00:00
|
|
|
#include "Ko.rc"
|
2005-11-21 12:02:17 +00:00
|
|
|
#include "Nl.rc"
|
2005-09-25 15:18:58 +00:00
|
|
|
#include "No.rc"
|
2006-08-08 13:33:45 +00:00
|
|
|
#include "Sv.rc"
|
2006-02-06 12:04:28 +00:00
|
|
|
#include "Tr.rc"
|
2005-08-26 08:46:37 +00:00
|
|
|
|
2006-09-25 09:53:54 +00:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2006-12-26 14:02:03 +00:00
|
|
|
/* @makedep: mshtml.inf */
|
2005-06-25 17:58:35 +00:00
|
|
|
REGINST REGINST mshtml.inf
|
2005-06-27 19:48:04 +00:00
|
|
|
|
2006-12-26 14:02:03 +00:00
|
|
|
/* @makedep: blank.htm */
|
2005-06-30 21:01:03 +00:00
|
|
|
blank.htm HTML "blank.htm"
|