From 8fdc4baaee82a63247a9f4203dace4ee910881bb Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 6 Dec 2001 09:18:00 +0000 Subject: 2.8.1 rc 0 --- CNativeCode/jni12tools.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CNativeCode/jni12tools.c') diff --git a/CNativeCode/jni12tools.c b/CNativeCode/jni12tools.c index b4236b3..09b948a 100644 --- a/CNativeCode/jni12tools.c +++ b/CNativeCode/jni12tools.c @@ -1,5 +1,7 @@ #include #include "jnitools.h" + +#include "gltool.h" #ifdef __BUILTIN_VA_ARG_INCR /* Special stuff for the SunOS port ... */ @@ -536,6 +538,7 @@ JNI_OnLoad(JavaVM * vm, void *reserved) JNIEXPORT void JNICALL JNI_OnUnload(JavaVM *vm, void *reserved) -{ +{ + unloadGLLibrary(); } -- cgit v1.2.3