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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user