shdocvw: Register CLSID_CUrlHistory and CLSID_Internet.

Francois Gouget fgouget at codeweavers.com
Wed Aug 9 11:50:38 CDT 2006


---
 dlls/shdocvw/regsvr.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/dlls/shdocvw/regsvr.c b/dlls/shdocvw/regsvr.c
index 786262b..307fc51 100644
--- a/dlls/shdocvw/regsvr.c
+++ b/dlls/shdocvw/regsvr.c
@@ -602,6 +602,24 @@ static struct regsvr_coclass const cocla
         NULL,
         NULL
     },
+    {
+        &CLSID_CUrlHistory,
+        "Microsoft Url History Service",
+        NULL,
+        "shdocvw.dll",
+        "Apartment",
+        NULL,
+        NULL
+    },
+    {
+        &CLSID_Internet,
+        "Internet Explorer",
+        NULL,
+        "shdocvw.dll",
+        "Apartment",
+        NULL,
+        NULL
+    },
     { NULL }			/* list terminator */
 };
 
-- 
1.4.1




More information about the wine-patches mailing list