Changed LdrLoadDll to only search for the dll in the specified path,
commit4137aecaa5aedf8402c499872c23d94b61f28a1b
authorAlexandre Julliard <julliard@winehq.org>
Thu, 2 Oct 2003 04:58:49 +0000 (2 04:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Oct 2003 04:58:49 +0000 (2 04:58 +0000)
treeee9cbd2969e692362fa7b2951a405bc263627a38
parent33fee69bf40c2d3f514e063dd510f78c3eff03ae
Changed LdrLoadDll to only search for the dll in the specified path,
using ntdll functions.
Moved LOAD_WITH_ALTERED_SEARCH_PATH functionality to LoadLibraryEx
where it belongs.
dlls/kernel/process.c
dlls/ntdll/loader.c
files/directory.c
include/file.h
loader/module.c