no bug id
fixed typo OJI_DISABLED->OJI_DISABLE git-svn-id: svn://10.0.0.236/trunk@53794 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -208,7 +208,7 @@ JNIEnv * PlugletEngine::GetJNIEnv(void) {
|
||||
StartJVM();
|
||||
}
|
||||
jvm->AttachCurrentThread(&res,NULL);
|
||||
#endif /* OJI_DISABLED */
|
||||
#endif /* OJI_DISABLE */
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "PlugletsDir.h"
|
||||
#include "nsComPtr.h"
|
||||
|
||||
#ifndef OJI_DISABLED
|
||||
#ifndef OJI_DISABLE
|
||||
#include "nsJVMManager.h"
|
||||
#include "PlugletSecurityContext.h"
|
||||
#endif /* OJI_DISABLE */
|
||||
|
||||
Reference in New Issue
Block a user