carbon changes. r=pink/sdagley/beard. a=sfraser.

git-svn-id: svn://10.0.0.236/trunk@86937 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
2001-02-13 21:48:26 +00:00
parent b337dcf484
commit 4c94bdb338
55 changed files with 563 additions and 373 deletions

View File

@@ -751,7 +751,8 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when,
// so that 3rd party shared libraries will be noticed!
validExtension = ((type == 'shlb') || (type == 'NSPL'));
}
#if !TARGET_CARBON
if (validExtension)
{
// This call to SystemTask is here to give the OS time to grow it's
@@ -760,6 +761,7 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when,
// story.
::SystemTask();
}
#endif
}
#else