From a6d713d5af7ccd092c825fcc485af74cd00e2beb Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 18 Mar 2002 21:55:42 +0000 Subject: * include/jni.h (JNIIMPORT): New macro. (JNIEXPORT): Likewise. (JNICALL): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51009 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/jni.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libjava/include') diff --git a/libjava/include/jni.h b/libjava/include/jni.h index d41a6a2d234..5510079b8a1 100644 --- a/libjava/include/jni.h +++ b/libjava/include/jni.h @@ -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" { -- cgit v1.2.3