зеркало из https://github.com/mozilla/pjs.git
remove nsUnicharUtil since it is a componment, the #ifdef will take out after we verify w/ mac and win
This commit is contained in:
Родитель
9950ae84f4
Коммит
bc71107e9f
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче