jni.h (JNIIMPORT): New macro.
* include/jni.h (JNIIMPORT): New macro. (JNIEXPORT): Likewise. (JNICALL): Likewise. From-SVN: r51009
This commit is contained in:
parent
d2caef2e8b
commit
9d5e46be34
2 changed files with 17 additions and 0 deletions
|
@ -172,6 +172,12 @@ typedef void *jmethodID;
|
|||
#define JNI_EDETACHED -2
|
||||
#define JNI_EVERSION -3
|
||||
|
||||
/* Linkage and calling conventions. This will need updating when we
|
||||
support Windows DLLs. */
|
||||
#define JNIIMPORT
|
||||
#define JNIEXPORT
|
||||
#define JNICALL
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue