swig/Lib/java/java.swg
2000-02-28 10:59:23 +00:00

9 lines
155 B
Text

#include <jni.h>
#include <stdlib.h>
#ifdef __cplusplus
#define JCALL(func, jenv) jenv->func(
#else
#define JCALL(func, jenv) (*jenv)->func(jenv,
#endif