Vijay Kiran Kamuju : dhtmled.ocx: Add registration script.

Alexandre Julliard julliard at winehq.org
Thu Feb 18 16:06:07 CST 2021


Module: wine
Branch: master
Commit: 55b2213acecced1ae7684cb34bb51c897e01d174
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=55b2213acecced1ae7684cb34bb51c897e01d174

Author: Vijay Kiran Kamuju <infyquest at gmail.com>
Date:   Sat Feb  6 10:14:46 2021 +0100

dhtmled.ocx: Add registration script.

Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dhtmled.ocx/Makefile.in |  2 ++
 dlls/dhtmled.ocx/dhtmled.rc  | 20 ++++++++++++++++++++
 dlls/dhtmled.ocx/dhtmled.rgs | 19 +++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dlls/dhtmled.ocx/Makefile.in b/dlls/dhtmled.ocx/Makefile.in
index c483de93a05..d4de46adf8c 100644
--- a/dlls/dhtmled.ocx/Makefile.in
+++ b/dlls/dhtmled.ocx/Makefile.in
@@ -3,6 +3,8 @@ IMPORTS   = uuid
 
 EXTRADLLFLAGS = -mno-cygwin
 
+RC_SRCS   = dhtmled.rc
+
 C_SRCS = \
 	edit.c \
 	main.c
diff --git a/dlls/dhtmled.ocx/dhtmled.rc b/dlls/dhtmled.ocx/dhtmled.rc
new file mode 100644
index 00000000000..631697c9b63
--- /dev/null
+++ b/dlls/dhtmled.ocx/dhtmled.rc
@@ -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
diff --git a/dlls/dhtmled.ocx/dhtmled.rgs b/dlls/dhtmled.ocx/dhtmled.rgs
new file mode 100644
index 00000000000..59946fff17f
--- /dev/null
+++ b/dlls/dhtmled.ocx/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'
+    }
+}




More information about the wine-cvs mailing list