dhtmled.ocx: Add registration script.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5626c163db
commit
55b2213ace
|
@ -3,6 +3,8 @@ IMPORTS = uuid
|
||||||
|
|
||||||
EXTRADLLFLAGS = -mno-cygwin
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
||||||
|
RC_SRCS = dhtmled.rc
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
edit.c \
|
edit.c \
|
||||||
main.c
|
main.c
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2021 Vijay Kiran Kamuju
|
||||||
|
*
|
||||||
|
* 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
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* @makedep: dhtmled.rgs */
|
||||||
|
1 WINE_REGISTRY dhtmled.rgs
|
|
@ -0,0 +1,19 @@
|
||||||
|
HKCR
|
||||||
|
{
|
||||||
|
NoRemove CLSID
|
||||||
|
{
|
||||||
|
'{2d360200-fff5-11d1-8d03-00a0c959bc0a}'
|
||||||
|
{
|
||||||
|
Control
|
||||||
|
MiscStatus = s '0'
|
||||||
|
{
|
||||||
|
'1' = s '131473'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
DHTMLEdit.DHTMLEdit = s 'DHTML Control for IE5'
|
||||||
|
{
|
||||||
|
CLSID = s '{2d360200-fff5-11d1-8d03-00a0c959bc0a}'
|
||||||
|
CurVer = s 'DHTMLEdit.DHTMLEdit.1'
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue