mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
0b792a6355
commit
e8c6d25fe1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue