debian support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4521 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a497779d08
commit
9fe07c496a
2 changed files with 24 additions and 0 deletions
|
|
@ -11,7 +11,15 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#define DllExport __declspec( dllexport )
|
||||
#else
|
||||
/*
|
||||
This is not needed for unix
|
||||
*/
|
||||
#define DllExport
|
||||
#endif
|
||||
%}
|
||||
|
||||
/* The jni, jtype and jstype typemaps work together and so there should be one of each.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue