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:
frankm%eng.sun.com
1999-09-09 22:38:04 +00:00
parent 7eefa4b809
commit a998b6acf2
5 changed files with 113 additions and 17 deletions

View File

@@ -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