Since this code doesn't even compile, I guess it is fair to assume that it hasn't been tested o:)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3055 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2008-11-11 12:20:46 +00:00
parent e8c6d25fe1
commit 308962afa9
1 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ void *Sys_GetGameAPI(void *parms)
void Sys_CloseLibrary(dllhandle_t *lib)
{
dlclose((void*)lib)
dlclose((void*)lib);
}
dllhandle_t *Sys_LoadLibrary(char *name, dllfunction_t *funcs)
{
@ -758,4 +758,4 @@ void Sys_DestroyConditional(void *condv)
free(cv->mutex);
free(cv);
}
#endif
#endif