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

@@ -330,7 +330,7 @@ main(int argc, char** argv)
int retval = 0;
nsresult rv;
rv = NS_InitXPCOM(nsnull, nsnull);
rv = NS_InitXPCOM2(nsnull, nsnull, nsnull);
if (NS_FAILED(rv)) return -1;
if (argc > 1 && !strcmp(argv[1], "-stress")) {