From df84c58ffdba0e51e800c6f61ae77c9d745b0b78 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 4 Apr 2002 04:04:46 +0000 Subject: dynamic load of jawt.dll/.so also no more dyn. linkage to libglx.so --- CNativeCode/jawt_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CNativeCode/jawt_misc.c') diff --git a/CNativeCode/jawt_misc.c b/CNativeCode/jawt_misc.c index bdf8fe7..4f083d7 100644 --- a/CNativeCode/jawt_misc.c +++ b/CNativeCode/jawt_misc.c @@ -95,7 +95,7 @@ jawt_unload () if ( libHandleJAWT != NULL ) { JAWT_GetAWT_fn = NULL; - dlClose(libHandleJAWT); + dlclose(libHandleJAWT); libHandleJAWT = NULL; } -- cgit v1.2.3