This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] [MinGW]: Don't add dll[im/ex]port attributes to libgcj,unless dll build
- From: Danny Smith <dannysmith at clear dot net dot nz>
- To: gnustuff at thisiscool dot com, java-patches at gcc dot gnu dot org
- Date: Mon, 10 Nov 2003 04:17:33 +0000
- Subject: Re: [PATCH] [MinGW]: Don't add dll[im/ex]port attributes to libgcj,unless dll build
- References: <TREDWTJE0VQN2MKS51YW65C7YT71.3fae94cf@p733>
- Reply-to: Danny Smith <dannysmith at users dot sourceforge dot net>
>
> - Danny: can you confirm that you're okay with this?
> - Once Danny does this, can someone approve this?
>
> Thanks.
>
> -- Mohan
> http://www.thisiscool.com/
> http://www.animalsong.org/
>
> 2003-11-09 Danny Smith <dannysmith@users.sourceforge.net>
>
> * jni.cc (JNI_CreateJavaVM): Remove JNIEXPORT.
> (JNI_GetCreatedJavaVMs): Likewise.
> (JNI_GetDefaultJavaVMInitArgs): Likewise.
> * include/jni.h (JNIIMPEXP): Remove definition
> and replace with...
> (__GCJ_JNIIMPEXP__): New macro, applicable only to libgcj
> symbols,
> (__GCJ_DLL__): New macro, controlling __GCJ_JNIIMPEXP__.
>
Yes, OK by me.
Danny