natRuntime.cc
16.6 KB
-
natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Win32... · d074ed7c
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
Ranjit Mathew committed