summaryrefslogtreecommitdiffstats
path: root/loader/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/module.c')
-rw-r--r--loader/module.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader/module.c b/loader/module.c
index 6f3f0c3de9..6182d4b190 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -381,6 +381,10 @@ HMODULE WINAPI LoadLibraryExA(LPCSTR libname, HANDLE hfile, DWORD flags)
// if(fs_installed==0)
// install_fs();
+ // Do not load libraries from a path relative to the current directory
+ if (*libname != '/')
+ i++;
+
while (wm == 0 && listpath[++i])
{
if (i < 2)