Francois Gouget : shdocvw: Register CLSID_CUrlHistory and CLSID_Internet.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 9 16:18:39 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 0387821a77c8faed9e4924c1753bff4733dbe027
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=0387821a77c8faed9e4924c1753bff4733dbe027

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Aug  9 18:50:38 2006 +0200

shdocvw: Register CLSID_CUrlHistory and CLSID_Internet.

---

 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 */
 };
 




More information about the wine-cvs mailing list