Hopefully this will fix win32 msvc.netsuperduper++220000 extra entropy edition
compilation, and I updated the readme a little apparently.
This commit is contained in:
parent
ae9fbe3288
commit
aff4d7d858
4 changed files with 14 additions and 11 deletions
|
@ -606,8 +606,8 @@ void * QDECL Sys_LoadDll( const char *name, char *fqpath , long (QDECL **entryPo
|
|||
}
|
||||
#endif
|
||||
|
||||
dllEntry = ( void (QDECL *)( int (QDECL *)( int, ... ) ) )GetProcAddress( libHandle, "dllEntry" );
|
||||
*entryPoint = (int (QDECL *)(int,...))GetProcAddress( libHandle, "vmMain" );
|
||||
dllEntry = ( void (QDECL *)(long (QDECL *)( long, ... ) ) )GetProcAddress( libHandle, "dllEntry" );
|
||||
*entryPoint = (long (QDECL *)(long,...))GetProcAddress( libHandle, "vmMain" );
|
||||
if ( !*entryPoint || !dllEntry ) {
|
||||
FreeLibrary( libHandle );
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue