diff options
author | Sven Gothel <[email protected]> | 2002-04-04 04:04:46 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2002-04-04 04:04:46 +0000 |
commit | df84c58ffdba0e51e800c6f61ae77c9d745b0b78 (patch) | |
tree | d7c5737fb5bb9b632365ec3a8525527356cca8b5 /CNativeCode/jawt_misc.c | |
parent | fc84db09a0c4bf97a72245c7df59661d43ad4a45 (diff) |
dynamic load of jawt.dll/.so also
no more dyn. linkage to libglx.so
Diffstat (limited to 'CNativeCode/jawt_misc.c')
-rw-r--r-- | CNativeCode/jawt_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |