This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: jni.h compatibility
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: Java Discuss List <java at gcc dot gnu dot org>
- Date: Mon, 18 Mar 2002 16:35:34 -0500 (EST)
- Subject: Re: jni.h compatibility
On 18 Mar 2002, Adam Megacz wrote:
> Tom Tromey <tromey@redhat.com> writes:
> > Adam, do you know how they should be defined?
>
> Sorry, I really don't know; IIRC JNI on Win32 uses DLLs, which I don't
> know much about. I'd just leave them undefined on Win32 and wait for
> somebody to complain.
I agree; until such a time as we support DLLs on win32 they could be
blank.
FWIW I believe they refer to the dllexport and stdcall attributes.
Jeff