shdocvw: Write the "Microsoft Browser Architecture" CLSID.

This commit is contained in:
Mike McCormack 2006-07-15 13:55:27 +09:00 committed by Alexandre Julliard
parent aaef326017
commit c42415a547
1 changed files with 13 additions and 0 deletions

View File

@ -502,6 +502,10 @@ static LONG recursive_delete_keyW(HKEY base, WCHAR const *name)
return res;
}
static const GUID CLSID_MicrosoftBrowserArchitecture =
{0xa5e46e3a, 0x8849, 0x11d1, {0x9d, 0x8c, 0x00, 0xc0, 0x4f, 0xc9, 0x9d, 0x61}};
/***********************************************************************
* coclass list
*/
@ -578,6 +582,15 @@ static struct regsvr_coclass const coclass_list[] = {
"SearchAssistantOC.SearchAssistantOC.1",
"SearchAssistantOC.SearchAssistantOC"
},
{
&CLSID_MicrosoftBrowserArchitecture,
"Microsoft Browser Architecture",
NULL,
"shdocvw.dll",
"Apartment",
NULL,
NULL
},
{ NULL } /* list terminator */
};