]> gcc.gnu.org Git - gcc.git/commit
natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Win32...
authorRanjit Mathew <rmathew@hotmail.com>
Mon, 3 Feb 2003 21:23:59 +0000 (21:23 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 3 Feb 2003 21:23:59 +0000 (21:23 +0000)
commitd074ed7c016d74f5305d482e5a2b685920802a4d
tree41214ef4662ff54a4a3264358d4ba31c3cb1da97
parent9762ec767ee8e33089b9d4763cc39ad774b36e43
natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Win32...

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).

From-SVN: r62348
libjava/ChangeLog
libjava/java/lang/natRuntime.cc
This page took 0.062319 seconds and 5 git commands to generate.