ChangeSet ID: 9594 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/01 23:58:50
Modified files: loader : module.c include : file.h files : directory.c dlls/ntdll : loader.c dlls/kernel : process.c
Log message: 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.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9594
Old revision New revision Changes Path 1.194 1.195 +155 -43 wine/loader/module.c 1.58 1.59 +0 -2 wine/include/file.h 1.65 1.66 +0 -96 wine/files/directory.c 1.41 1.42 +49 -202 wine/dlls/ntdll/loader.c 1.13 1.14 +4 -1 wine/dlls/kernel/process.c