Added ifdef JAVA_OR_OJI around jsjava.h include.

git-svn-id: svn://10.0.0.236/trunk@8808 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
1998-08-29 05:50:45 +00:00
parent 6b0996df7c
commit 09107f3813
4 changed files with 8 additions and 0 deletions

View File

@@ -29,7 +29,9 @@
/* for Mocha glue */
#include "jsapi.h"
#ifdef JAVA_OR_OJI
#include "jsjava.h"
#endif
XP_BEGIN_PROTOS