Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c42415a5
Commit
c42415a5
authored
Jul 15, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
Jul 17, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Write the "Microsoft Browser Architecture" CLSID.
parent
aaef3260
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
regsvr.c
dlls/shdocvw/regsvr.c
+13
-0
No files found.
dlls/shdocvw/regsvr.c
View file @
c42415a5
...
...
@@ -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 */
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment