mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 09:51:21 +00:00
always try native dll first
This commit is contained in:
parent
4fb1caf6bd
commit
2078cfa9a0
2 changed files with 4 additions and 2 deletions
|
@ -775,7 +775,8 @@ void *Sys_LoadDll( const char *name, char *fqpath ,
|
|||
|
||||
if ( !libHandle )
|
||||
{
|
||||
#ifndef NDEBUG // bk001206 - in debug abort on failure
|
||||
#if 0 // don't abort -- ln
|
||||
//#ifndef NDEBUG // bk001206 - in debug abort on failure
|
||||
Com_Error ( ERR_FATAL, "Sys_LoadDll(%s) failed dlopen() completely!\n", name );
|
||||
#else
|
||||
Com_Printf ( "Sys_LoadDll(%s) failed dlopen() completely!\n", name );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue