jni.h (JNIIMPORT): New macro.

* include/jni.h (JNIIMPORT): New macro.
	(JNIEXPORT): Likewise.
	(JNICALL): Likewise.

From-SVN: r51009
This commit is contained in:
Tom Tromey 2002-03-18 21:55:42 +00:00
parent d2caef2e8b
commit 9d5e46be34
2 changed files with 17 additions and 0 deletions

View file

@ -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"
{