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:
idk%eng.sun.com
1999-11-18 00:32:33 +00:00
parent 0b192df612
commit e2e8a47460
3 changed files with 3 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ JNIEnv * PlugletEngine::GetJNIEnv(void) {
StartJVM();
}
jvm->AttachCurrentThread(&res,NULL);
#endif /* OJI_DISABLED */
#endif /* OJI_DISABLE */
return res;
}

View File

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