OSDN Git Service

2003-02-03 Ranjit Mathew <rmathew@hotmail.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Feb 2003 21:23:59 +0000 (21:23 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Feb 2003 21:23:59 +0000 (21:23 +0000)
commit119a12ff1b0517c5684796cb4a7c41feea2ab287
tree41214ef4662ff54a4a3264358d4ba31c3cb1da97
parent48831167e2e28fb95355c426dcd700f74b32a1c9
2003-02-03  Ranjit Mathew <rmathew@hotmail.com>

* java/lang/natRuntime.cc (java::lang::Runtime::_load)): Take care
of the fact that on Win32, JNI_OnLoad is an "stdcall" function and
could also have been exported as "JNI_OnLoad@8" (MinGW) or
"_JNI_OnLoad@8" (MSVC).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62348 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/lang/natRuntime.cc