Port pluglets to linux and Solaris
(This is not part of the build)


git-svn-id: svn://10.0.0.236/trunk@54082 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
1999-11-20 23:19:40 +00:00
parent fc62ea3678
commit c76f9909a2
24 changed files with 656 additions and 143 deletions

View File

@@ -58,7 +58,7 @@ jobject PlugletStreamInfo::GetJObject(const nsIPluginStreamInfo *streamInfo) {
return NULL;
}
}
res = env->NewObject(clazz,initMID,*(jlong*)(void*)&streamInfo);
res = env->NewObject(clazz,initMID,(jlong)streamInfo);
if (env->ExceptionOccurred()) {
env->ExceptionDescribe();
res = NULL;