Ability for XPCOM to use non-default component registry and component directory

This commit is contained in:
dp@netscape.com
1999-09-16 19:28:57 +00:00
parent cbf3e56dff
commit 2d69c7d581
14 changed files with 39 additions and 17 deletions

View File

@@ -2176,7 +2176,7 @@ NS_GetGlobalComponentManager(nsIComponentManager* *result)
if (nsComponentManagerImpl::gComponentManager == NULL)
{
// XPCOM needs initialization.
rv = NS_InitXPCOM(NULL);
rv = NS_InitXPCOM(NULL, NULL, NULL);
}
if (NS_SUCCEEDED(rv))