Fixed build bustage

git-svn-id: svn://10.0.0.236/trunk@21393 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-02-20 04:20:09 +00:00
parent e964556c5c
commit 986751b140

View File

@@ -215,7 +215,12 @@ map_java_object_to_js_object_impl(JNIEnv *env, void *pNSIPluginInstanceIn, char
if(jvmMochaPrefsEnabled == PR_FALSE)
{
*errp = strdup("JSObject.getWindow() failed: java preference is disabled");
#if 0
// XXX Causes a compiler error on Windows...
goto failed;
#else
return 0;
#endif
}
/*