< prev index next >

src/java.base/windows/native/libjava/jdk_util_md.c

Print this page

        

*** 22,33 **** * or visit www.oracle.com if you need additional information or have any * questions. */ #include <windows.h> ! #include "jdk_util.h" ! #define JVM_DLL "jvm.dll" JNIEXPORT HMODULE JDK_LoadSystemLibrary(const char* name) { HMODULE handle = NULL; char path[MAX_PATH]; --- 22,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ #include <windows.h> ! #include "jni.h" ! #include "jvm.h" ! #include "jdk_util_md.h" ! #define JVM_DLL "jvm.dll" JNIEXPORT HMODULE JDK_LoadSystemLibrary(const char* name) { HMODULE handle = NULL; char path[MAX_PATH];
< prev index next >