Should compile now.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3054 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2008-11-11 10:09:41 +00:00
parent 0b792a6355
commit e8c6d25fe1

View file

@ -409,7 +409,7 @@ void Sys_CloseLibrary(dllhandle_t *lib)
dllhandle_t *Sys_LoadLibrary(char *name, dllfunction_t *funcs)
{
int i;
HMODULE lib;
dllhandle_t lib;
lib = dlopen (name, RTLD_LAZY);
if (!lib)