Change DLL search path order for external libraries that are linked at runtime, like libcurl or libopenal to:
* system library paths * executable path * fs_basepath
This commit is contained in:
parent
ba385fa43c
commit
3752b1d7c4
6 changed files with 64 additions and 39 deletions
|
@ -47,3 +47,5 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
# define Sys_LoadFunction(h,fn) SDL_LoadFunction(h,fn)
|
||||
# define Sys_LibraryError() SDL_GetError()
|
||||
#endif
|
||||
|
||||
void * QDECL Sys_LoadDll(const char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue