Somehow the java dir was gone from the repository. Adding it again.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@280 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5ea3f52041
commit
9cb07a2409
2 changed files with 136 additions and 0 deletions
9
Lib/java/java.swg
Normal file
9
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