2005-06-25 19:58:35 +02: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 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-06-25 19:58:35 +02:00
|
|
|
*/
|
|
|
|
|
2005-08-26 10:46:37 +02:00
|
|
|
#include "windef.h"
|
2006-06-14 22:35:13 +02:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "commctrl.h"
|
2006-09-27 16:36:19 +02:00
|
|
|
#include "mshtmcid.h"
|
2005-08-26 10:46:37 +02:00
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
|
2006-09-12 22:15:59 +02: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 19:00:58 +02:00
|
|
|
#include "Bg.rc"
|
2005-08-27 11:24:41 +02:00
|
|
|
#include "De.rc"
|
2005-08-26 10:46:37 +02:00
|
|
|
#include "En.rc"
|
2006-10-12 02:12:18 +02:00
|
|
|
#include "Es.rc"
|
2005-09-19 16:29:49 +02:00
|
|
|
#include "Fi.rc"
|
2005-08-29 12:47:02 +02:00
|
|
|
#include "Fr.rc"
|
2006-03-06 12:47:11 +01:00
|
|
|
#include "Hu.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
#include "Ko.rc"
|
2005-11-21 13:02:17 +01:00
|
|
|
#include "Nl.rc"
|
2005-09-25 17:18:58 +02:00
|
|
|
#include "No.rc"
|
2006-08-08 15:33:45 +02:00
|
|
|
#include "Sv.rc"
|
2006-02-06 13:04:28 +01:00
|
|
|
#include "Tr.rc"
|
2005-08-26 10:46:37 +02:00
|
|
|
|
2006-09-25 11:53:54 +02:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2006-12-26 15:02:03 +01:00
|
|
|
/* @makedep: mshtml.inf */
|
2005-06-25 19:58:35 +02:00
|
|
|
REGINST REGINST mshtml.inf
|
2005-06-27 21:48:04 +02:00
|
|
|
|
2006-12-26 15:02:03 +01:00
|
|
|
/* @makedep: blank.htm */
|
2005-06-30 23:01:03 +02:00
|
|
|
blank.htm HTML "blank.htm"
|