remove nsUnicharUtil since it is a componment, the #ifdef will take out after we verify w/ mac and win

This commit is contained in:
ftang%netscape.com 1999-06-11 21:44:15 +00:00
Родитель 9950ae84f4
Коммит bc71107e9f
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -255,8 +255,10 @@ NS_SetupRegistry()
// NETLIB
nsComponentManager::RegisterComponent(kCNetServiceCID, NULL, NULL, NETLIB_DLL, PR_FALSE, PR_FALSE);
#ifndef XP_UNIX
// UNICHARUTIL
nsComponentManager::RegisterComponent(kCUnicharUtilCID, NULL, NULL, UNICHARUTIL_DLL, PR_FALSE, PR_FALSE);
#endif
// PLUGIN
nsComponentManager::RegisterComponent(kCPluginHostCID, NULL, NULL, PLUGIN_DLL, PR_FALSE, PR_FALSE);