Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
69637dbe
Commit
69637dbe
authored
Aug 25, 2010
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Get rid of no longer needed nsIComponentRegistrar::AutoRegister call.
parent
4f16b73f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
nsembed.c
dlls/mshtml/nsembed.c
+2
-7
No files found.
dlls/mshtml/nsembed.c
View file @
69637dbe
...
...
@@ -546,15 +546,10 @@ static BOOL init_xpcom(const PRUnichar *gre_path)
ERR
(
"Could not get nsIComponentManager: %08x
\n
"
,
nsres
);
nsres
=
NS_GetComponentRegistrar
(
&
registrar
);
if
(
NS_SUCCEEDED
(
nsres
))
{
nsres
=
nsIComponentRegistrar_AutoRegister
(
registrar
,
NULL
);
if
(
NS_FAILED
(
nsres
))
ERR
(
"AutoRegister(NULL) failed: %08x
\n
"
,
nsres
);
if
(
NS_SUCCEEDED
(
nsres
))
init_nsio
(
pCompMgr
,
registrar
);
}
else
{
else
ERR
(
"NS_GetComponentRegistrar failed: %08x
\n
"
,
nsres
);
}
nsres
=
nsIComponentManager_CreateInstanceByContractID
(
pCompMgr
,
NS_APPSTARTUPNOTIFIER_CONTRACTID
,
NULL
,
&
IID_nsIObserver
,
(
void
**
)
&
pStartNotif
);
...
...
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