Somehow the java dir was gone from the repository. Adding it again.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@280 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
77cb823ab6
commit
f03fd12dc1
2 changed files with 136 additions and 0 deletions
9
SWIG/Lib/java/java.swg
Normal file
9
SWIG/Lib/java/java.swg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <jni.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define JCALL(func, jenv) jenv->func(
|
||||
#else
|
||||
#define JCALL(func, jenv) (*jenv)->func(jenv,
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue