зеркало из https://github.com/mozilla/pjs.git
Fixing bustage caused by Bug 296561. NPODB
This commit is contained in:
Родитель
2a9eb22d77
Коммит
2e878e484a
|
@ -22,6 +22,5 @@ mork
|
|||
xmlextra
|
||||
t8iix
|
||||
websrvcs
|
||||
snav
|
||||
gkplugin
|
||||
softkey
|
||||
|
|
|
@ -22,6 +22,5 @@ nsMorkModule
|
|||
nsXMLExtrasModule
|
||||
TransformiixModule
|
||||
nsWebServicesModule
|
||||
SpatialNavigationModule
|
||||
nsPluginModule
|
||||
SoftKeyBoardModule
|
||||
|
|
|
@ -37,9 +37,8 @@
|
|||
#include "MinimoPrivate.h"
|
||||
|
||||
#ifdef _BUILD_STATIC_BIN
|
||||
#include "nsStaticComponent.h"
|
||||
nsresult PR_CALLBACK
|
||||
app_getModuleInfo(nsStaticModuleInfo **info, PRUint32 *count);
|
||||
nsStaticModuleInfo const *const kPStaticModules = nsnull;
|
||||
PRUint32 const kStaticModuleCount = 0;
|
||||
#endif
|
||||
|
||||
// Global variables
|
||||
|
@ -224,13 +223,8 @@ int main(int argc, char *argv[])
|
|||
|
||||
CreateSplashScreen();
|
||||
|
||||
#ifdef _BUILD_STATIC_BIN
|
||||
// Initialize XPCOM's module info table
|
||||
NSGetStaticModuleInfo = app_getModuleInfo;
|
||||
#endif
|
||||
|
||||
NS_InitEmbedding(nsnull, nsnull);
|
||||
|
||||
NS_InitEmbedding(nsnull, nsnull, kPStaticModules, kStaticModuleCount);
|
||||
|
||||
// Choose the new profile
|
||||
if (NS_FAILED(StartupProfile()))
|
||||
return 1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче