Backing out my previous change, to enable AutoRegister again on the Mac. sdagley checked in a change to NSPR which fixes the crash on launch.

This commit is contained in:
sfraser%netscape.com 1999-02-20 01:07:31 +00:00
Родитель 5595ec3b81
Коммит 5c257742fe
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -722,10 +722,7 @@ nsresult nsRepository::Initialize(void)
#endif
// Initiate autoreg
#ifndef XP_MAC
// this is seriously broken on Mac right now; this is a temporary workaround
AutoRegister(NS_Startup, NULL);
#endif
return NS_OK;
}

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

@ -722,10 +722,7 @@ nsresult nsRepository::Initialize(void)
#endif
// Initiate autoreg
#ifndef XP_MAC
// this is seriously broken on Mac right now; this is a temporary workaround
AutoRegister(NS_Startup, NULL);
#endif
return NS_OK;
}