Mike McCormack : shdocvw: Register MruListLong.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 24 06:54:59 CDT 2006


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

Author: Mike McCormack <mike at codeweavers.com>
Date:   Mon Jul 24 12:02:20 2006 +0900

shdocvw: Register MruListLong.

---

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

diff --git a/dlls/shdocvw/regsvr.c b/dlls/shdocvw/regsvr.c
index a3d54e6..83da050 100644
--- a/dlls/shdocvw/regsvr.c
+++ b/dlls/shdocvw/regsvr.c
@@ -505,6 +505,8 @@ static LONG recursive_delete_keyW(HKEY b
 
 static const GUID CLSID_MicrosoftBrowserArchitecture =
 {0xa5e46e3a, 0x8849, 0x11d1, {0x9d, 0x8c, 0x00, 0xc0, 0x4f, 0xc9, 0x9d, 0x61}};
+static const GUID CLSID_MruLongList =
+{0x53bd6b4e, 0x3780, 0x4693, {0xaf, 0xc3, 0x71, 0x61, 0xc2, 0xf3, 0xee, 0x9c}};
 
 /***********************************************************************
  *		coclass list
@@ -591,6 +593,15 @@ static struct regsvr_coclass const cocla
         NULL,
         NULL
     },
+    {
+        &CLSID_MruLongList,
+        "MruLongList",
+        NULL,
+        "shdocvw.dll",
+        "Apartment",
+        NULL,
+        NULL
+    },
     { NULL }			/* list terminator */
 };
 




More information about the wine-cvs mailing list