Windows: unbreak loading of "longdouble.dll"
Changes to support embedded DLLs make loading worked only in embedded mode.
This commit is contained in:
parent
bf0a739991
commit
f67d4f349e
|
@ -5139,7 +5139,7 @@ HANDLE scheme_dll_load_library(const char *s, const wchar_t *ws, int *_mode)
|
|||
}
|
||||
|
||||
*_mode = 0;
|
||||
return LoadLibraryW(ws);
|
||||
return LoadLibraryW(scheme_get_dll_path(ws));
|
||||
}
|
||||
|
||||
void *scheme_dll_get_proc_address(HANDLE m, const char *name, int dll_mode)
|
||||
|
|
Loading…
Reference in New Issue
Block a user