PC: Disabling autoregistration at initialization. It will be done by the app.

This commit is contained in:
dp%netscape.com 1999-03-12 08:52:56 +00:00
Родитель 2ac2ed7954
Коммит a7a1e56945
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -220,7 +220,7 @@ nsresult nsComponentManagerImpl::Init(void)
PlatformVersionCheck();
#endif
#if !defined(XP_UNIX)
#if !defined(XP_UNIX) && !defined(XP_PC)
// The below code is being moved out into the applications using using
// nsSpecialSystemDirectory platform by platform.
AutoRegister(NS_Startup, NULL);
@ -1578,7 +1578,7 @@ nsComponentManagerImpl::AutoRegister(RegistrationTime when,
{
SyncComponentsInPathList(pathlist);
}
#if !defined(XP_UNIX)
#if !defined(XP_UNIX) && !defined(XP_PC)
// The below code is being moved out into the applications using using
// nsSpecialSystemDirectory platform by platform.
#ifdef XP_MAC

Просмотреть файл

@ -220,7 +220,7 @@ nsresult nsComponentManagerImpl::Init(void)
PlatformVersionCheck();
#endif
#if !defined(XP_UNIX)
#if !defined(XP_UNIX) && !defined(XP_PC)
// The below code is being moved out into the applications using using
// nsSpecialSystemDirectory platform by platform.
AutoRegister(NS_Startup, NULL);
@ -1578,7 +1578,7 @@ nsComponentManagerImpl::AutoRegister(RegistrationTime when,
{
SyncComponentsInPathList(pathlist);
}
#if !defined(XP_UNIX)
#if !defined(XP_UNIX) && !defined(XP_PC)
// The below code is being moved out into the applications using using
// nsSpecialSystemDirectory platform by platform.
#ifdef XP_MAC