git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@280 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
155 B
Text
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
|
|
|