зеркало из https://github.com/mozilla/pjs.git
moving extern statement out of function scope to fix bustage
r=dougt@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org # 141359
This commit is contained in:
Родитель
ffd4ecfe45
Коммит
146a770f0d
|
@ -116,6 +116,10 @@
|
|||
extern "C" NS_EXPORT nsresult NS_RegistryGetFactory(nsIFactory** aFactory);
|
||||
extern nsresult NS_CategoryManagerGetFactory( nsIFactory** );
|
||||
|
||||
#ifdef DEBUG
|
||||
extern void _FreeAutoLockStatics();
|
||||
#endif
|
||||
|
||||
static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID);
|
||||
static NS_DEFINE_CID(kMemoryCID, NS_MEMORY_CID);
|
||||
static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID);
|
||||
|
@ -673,7 +677,6 @@ nsresult NS_COM NS_ShutdownXPCOM(nsIServiceManager* servMgr)
|
|||
nsComponentManagerImpl::gComponentManager = nsnull;
|
||||
|
||||
#ifdef DEBUG
|
||||
extern void _FreeAutoLockStatics();
|
||||
_FreeAutoLockStatics();
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче