Make xpj*.cpp compile against Mozilla's jni.h on Solaris (where jlong is
apparently a struct rather than "long long"). git-svn-id: svn://10.0.0.236/trunk@46650 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -727,6 +727,7 @@ nsresult InitXPCOM() {
|
||||
|
||||
nsComponentManager::AutoRegister(nsIComponentManager::NS_Startup, nsnull);
|
||||
|
||||
#if 0
|
||||
// XXX Remove when allocator autoregisters
|
||||
cerr << "Registering Allocator" << endl;
|
||||
|
||||
@@ -741,6 +742,7 @@ nsresult InitXPCOM() {
|
||||
cerr << "Failed to register allocator, res = " << res << endl;
|
||||
return res;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Get InterfaceInfoManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user