Zachary Slater 2005-09-03 19:16:14 +00:00
parent a4a6168e95
commit fe3c3f69ec
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ Used to load a development dll instead of a virtual machine
*/ */
extern char *FS_BuildOSPath( const char *base, const char *game, const char *qpath ); extern char *FS_BuildOSPath( const char *base, const char *game, const char *qpath );
void * QDECL Sys_LoadDll( const char *name, char *fqpath , int (QDECL **entryPoint)(int, ...), void * QDECL Sys_LoadDll( const char *name, char *fqpath , long (QDECL **entryPoint)(long, ...),
int (QDECL *systemcalls)(int, ...) ) { long (QDECL *systemcalls)(long, ...) ) {
void *libHandle; void *libHandle;
void (*dllEntry)( int (*syscallptr)(int, ...) ); void (*dllEntry)( int (*syscallptr)(int, ...) );
NSString *bundlePath, *libraryPath; NSString *bundlePath, *libraryPath;