API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147

git-svn-id: svn://10.0.0.236/trunk@105458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2001-10-16 03:35:52 +00:00
parent 5e727a403b
commit 2367cd653a
62 changed files with 2343 additions and 1058 deletions

View File

@@ -54,7 +54,7 @@ main(void)
nsresult rv;
// Initialize XPCOM
rv = NS_InitXPCOM(nsnull, nsnull);
rv = NS_InitXPCOM2(nsnull, nsnull, nsnull);
if (NS_FAILED(rv))
{
printf("ERROR: XPCOM intialization error [%x].\n", rv);