Code cleanup patch by devhc
This commit is contained in:
parent
9f786f4def
commit
2b52867b74
8 changed files with 3 additions and 17 deletions
|
@ -414,7 +414,7 @@ Used to load a development dll instead of a virtual machine
|
|||
#2 look in fs_basepath
|
||||
=================
|
||||
*/
|
||||
void *Sys_LoadDll( const char *name, char *fqpath ,
|
||||
void *Sys_LoadDll( const char *name,
|
||||
intptr_t (**entryPoint)(int, ...),
|
||||
intptr_t (*systemcalls)(intptr_t, ...) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue